![]() |
ATLAS Offline Software
|
Functions | |
| pymon () | |
| comp_delta (d, verbose=False) | |
| import_ROOT () | |
| io_test1_write (fname, nevts=1000, sz=1000, dtype='i') | |
| io_test1_read (fname, verbose=False) | |
| io_test2_write (fname, nevts=1000, sz=1000, dtype='i') | |
| io_test2_read (fname, verbose=False) | |
Variables | |
| str | __author__ = "Sebastien Binet <binet@cern.ch>" |
| str | __version__ = "$Revision: 1.1 $" |
| str | __doc__ |
| int | _pagesz = sysconf('SC_PAGE_SIZE') // 1024 |
| dict | _py_dtype_to_root |
| ROOT = import_ROOT() | |
| int | nreads = 10 |
| dict | mon_data = {} |
| str | fname = '/tmp/out_test1_ints.root' |
| w | |
| python.IoTestsLib.comp_delta | ( | d, | |
| verbose = False ) |
Definition at line 44 of file IoTestsLib.py.
| python.IoTestsLib.import_ROOT | ( | ) |
Definition at line 61 of file IoTestsLib.py.
| python.IoTestsLib.io_test1_read | ( | fname, | |
| verbose = False ) |
Definition at line 97 of file IoTestsLib.py.
| python.IoTestsLib.io_test1_write | ( | fname, | |
| nevts = 1000, | |||
| sz = 1000, | |||
| dtype = 'i' ) |
testing writing 1000 evts with arrays of 1000- integers
Definition at line 72 of file IoTestsLib.py.
| python.IoTestsLib.io_test2_read | ( | fname, | |
| verbose = False ) |
Definition at line 155 of file IoTestsLib.py.
| python.IoTestsLib.io_test2_write | ( | fname, | |
| nevts = 1000, | |||
| sz = 1000, | |||
| dtype = 'i' ) |
testing writing 1000 evts with arrays of (variable length) 1000- ints
Definition at line 126 of file IoTestsLib.py.
| python.IoTestsLib.pymon | ( | ) |
returns (cpu[ms], vmem[kb], rss[kb])
Definition at line 31 of file IoTestsLib.py.
|
private |
Definition at line 7 of file IoTestsLib.py.
|
private |
Definition at line 9 of file IoTestsLib.py.
|
private |
Definition at line 8 of file IoTestsLib.py.
|
protected |
Definition at line 20 of file IoTestsLib.py.
|
protected |
Definition at line 22 of file IoTestsLib.py.
| str python.IoTestsLib.fname = '/tmp/out_test1_ints.root' |
Definition at line 197 of file IoTestsLib.py.
| dict python.IoTestsLib.mon_data = {} |
Definition at line 190 of file IoTestsLib.py.
| int python.IoTestsLib.nreads = 10 |
Definition at line 189 of file IoTestsLib.py.
| python.IoTestsLib.ROOT = import_ROOT() |
Definition at line 69 of file IoTestsLib.py.
| python.IoTestsLib.w |
Definition at line 198 of file IoTestsLib.py.