summaryrefslogtreecommitdiffstats
path: root/rteval/modules/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Added new measurement module, sysstatDavid Sommerseth2013-06-171-1/+1
* Added timestamps tracking when each module starts and stopsDavid Sommerseth2013-03-141-0/+25
* Copyright updatesDavid Sommerseth2013-01-181-4/+4
* Made some log lines clearerDavid Sommerseth2013-01-171-3/+3
* Reworked the run logic for modules - allow them to flag they won't runDavid Sommerseth2013-01-151-27/+44
* Corrects RuntimeError behavior using a new rtevalRuntimeError for modulesRaphaël Beamonte2013-01-041-5/+30
* Adds is_alive() before join() to remove a RuntimeError raise when Ctrl-C on m...Raphaël Beamonte2013-01-041-1/+2
* Instead of passing the config class a few places, save it in __init__()David Sommerseth2012-12-191-3/+4
* Use default values from config file when setting up modules' option parserDavid Sommerseth2012-12-191-5/+21
* Update config with values from the command lineDavid Sommerseth2012-12-191-1/+1
* Added infrastructure to add command line arguments from modulesDavid Sommerseth2012-12-181-4/+36
* Process better error issues with the module threads when stoppingDavid Sommerseth2012-12-171-2/+5
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-171-4/+4
* Add ModuleContainer methods for accessing particular module objectsDavid Sommerseth2012-12-071-0/+18
* Rework the Unleash()/isAlive() logic to support running measurement threads s...David Sommerseth2012-12-071-12/+6
* Make the rtevalModulePrototype::_WorkloadAlive() method publicDavid Sommerseth2012-12-071-7/+7
* Don't wait for a module to complete if it didn't start runningDavid Sommerseth2012-12-071-0/+3
* Extend the MeasurementProfile() class with an isAlive() methodDavid Sommerseth2012-12-051-0/+17
* Don't check if the module is alive at the Start(), it's too early nowDavid Sommerseth2012-12-051-2/+0
* Added a rtevalModulePrototype() classDavid Sommerseth2012-12-051-4/+142
* Add proper type checking when instantiating a module objectDavid Sommerseth2012-12-041-1/+4
* Added RtEvalModules::WaitForCompletion() methodDavid Sommerseth2012-12-041-0/+10
* Added methods for exporting an imported module from one ModuleContainer() obj...David Sommerseth2012-12-041-0/+19
* Rework module imports once more - save module references againDavid Sommerseth2012-12-031-13/+38
* Added comments to the ModulesContainer() and RtEvalModules() classesDavid Sommerseth2012-11-301-1/+40
* Split out the module import code from RtEvalModules()David Sommerseth2012-11-301-19/+53
* Split out the "object saving" from RtEvalModules::_Import()David Sommerseth2012-11-301-1/+5
* Simplify the module storage in RtEvalModules()David Sommerseth2012-11-301-10/+8
* Split up RtEvalModules::Setup() into an import part and a setup partDavid Sommerseth2012-11-301-16/+10
* Don't add loads/command_line tags if loads have not been runDavid Sommerseth2012-11-301-1/+2
* Load threads reported they were ready too earlyDavid Sommerseth2012-11-281-2/+2
* Hardened the load modules APIDavid Sommerseth2012-11-281-1/+14
* Generalised the LoadModules() class to make it useful for measurement modulesDavid Sommerseth2012-11-271-0/+107
* Add needed __init__.py files to convince Python there are some modules hereDavid Sommerseth2012-11-201-0/+0