diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-06 13:20:52 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-03-06 13:20:52 +0100 |
| commit | 0623a281998ee1d7a62c3f904f76888446cb237a (patch) | |
| tree | dee8d03233c2d867106e9d4a346ca12742afc8c8 /src/globalvars.py | |
| parent | 6027198427d77ae48932104eed2615968ae74616 (diff) | |
| download | allocbench-0623a281998ee1d7a62c3f904f76888446cb237a.tar.gz allocbench-0623a281998ee1d7a62c3f904f76888446cb237a.zip | |
add allocators to globalvars; kill mysql server on exit; save libc versions of requirements
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globalvars.py b/src/globalvars.py index fb80a26..0dcfd2c 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -7,6 +7,9 @@ facts = {} """Verbosity level -1: quiet, 0: status, 1: info, 2: stdout of subcommands, 3: debug info""" verbosity = 0 +"""Dict holding the allocators to compare""" +allocators = {} + """File were the allocators definitions are loaded from""" allocators_file = None |
