![]() |
ATLAS Offline Software
|
Functions | |
| _VmB (VmKey) | |
| memory (since=0.0) | |
| resident (since=0.0) | |
| stacksize (since=0.0) | |
Variables | |
| str | _proc_status = '/proc/%d/status' % os.getpid() |
| dict | _scale |
|
protected |
Private.
Definition at line 10 of file AtlRunQueryMemUtil.py.
| python.utils.AtlRunQueryMemUtil.memory | ( | since = 0.0 | ) |
Return memory usage in bytes.
Definition at line 29 of file AtlRunQueryMemUtil.py.
| python.utils.AtlRunQueryMemUtil.resident | ( | since = 0.0 | ) |
Return resident memory usage in bytes.
Definition at line 35 of file AtlRunQueryMemUtil.py.
| python.utils.AtlRunQueryMemUtil.stacksize | ( | since = 0.0 | ) |
Return stack size in bytes.
Definition at line 41 of file AtlRunQueryMemUtil.py.
|
protected |
Definition at line 5 of file AtlRunQueryMemUtil.py.
|
protected |
Definition at line 7 of file AtlRunQueryMemUtil.py.