ATLAS Offline Software
|
Classes | |
class | DsoEvent |
class | DsoLogger |
Functions | |
def | __del__ (self) |
def | default_cb_fct (self, evt, usrdata) |
Variables | |
string | __doc__ = "log the vmem usage at each dso being dlopen'd" |
string | __version__ = "$Revision: 1.3 $" |
string | __author__ = "Sebastien Binet <binet@cern.ch>" |
_cb_fct_type | |
self.lib.fetch_vmem.argtypes = None self.lib.fetch_vmem.restype = ctypes.c_float More... | |
fct = self.lib.ath_dso_cbk_register | |
argtypes | |
restype | |
_data | |
msg | |
cb_fct = self.default_cb_fct | |
string | fname = 'vmem-dso.csv' |
_fd | |
out | |
delimiter | |
def python.AthDsoLogger.__del__ | ( | self | ) |
Definition at line 82 of file AthDsoLogger.py.
def python.AthDsoLogger.default_cb_fct | ( | self, | |
evt, | |||
usrdata | |||
) |
Definition at line 88 of file AthDsoLogger.py.
|
private |
Definition at line 11 of file AthDsoLogger.py.
|
private |
Definition at line 9 of file AthDsoLogger.py.
|
private |
Definition at line 10 of file AthDsoLogger.py.
|
private |
self.lib.fetch_vmem.argtypes = None self.lib.fetch_vmem.restype = ctypes.c_float
Definition at line 40 of file AthDsoLogger.py.
|
private |
Definition at line 52 of file AthDsoLogger.py.
|
private |
Definition at line 70 of file AthDsoLogger.py.
python.AthDsoLogger.argtypes |
Definition at line 44 of file AthDsoLogger.py.
python.AthDsoLogger.cb_fct = self.default_cb_fct |
Definition at line 59 of file AthDsoLogger.py.
python.AthDsoLogger.delimiter |
Definition at line 71 of file AthDsoLogger.py.
python.AthDsoLogger.fct = self.lib.ath_dso_cbk_register |
Definition at line 43 of file AthDsoLogger.py.
string python.AthDsoLogger.fname = 'vmem-dso.csv' |
Definition at line 67 of file AthDsoLogger.py.
python.AthDsoLogger.msg |
Definition at line 55 of file AthDsoLogger.py.
python.AthDsoLogger.out |
Definition at line 71 of file AthDsoLogger.py.
python.AthDsoLogger.restype |
Definition at line 45 of file AthDsoLogger.py.