summaryrefslogtreecommitdiffstats
path: root/rteval/modules/loads
Commit message (Expand)AuthorAgeFilesLines
* hackbench: Adjusted the clean-up after running the load runs have completedDavid Sommerseth2013-01-311-3/+6
* hackbench: Wait for hackbench to completeDavid Sommerseth2013-01-311-0/+2
* Copyright updatesDavid Sommerseth2013-01-183-15/+16
* Fixed a few log messages in load modulesDavid Sommerseth2013-01-152-3/+3
* Reworked the run logic for modules - allow them to flag they won't runDavid Sommerseth2013-01-152-6/+6
* Corrects RuntimeError behavior using a new rtevalRuntimeError for modulesRaphaƫl Beamonte2013-01-041-4/+5
* Instead of passing the config class a few places, save it in __init__()David Sommerseth2012-12-191-6/+5
* Put all default values for modules into the modules itselfDavid Sommerseth2012-12-192-1/+3
* Add module options for the currently available modulesDavid Sommerseth2012-12-182-0/+19
* Added infrastructure to add command line arguments from modulesDavid Sommerseth2012-12-181-0/+11
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-173-7/+7
* Make the rtevalModulePrototype::_WorkloadAlive() method publicDavid Sommerseth2012-12-072-2/+2
* hackbench: Correct local stderr/stdout variablesDavid Sommerseth2012-12-051-2/+2
* Adopted kcompile and hackbench modules to use the new API from rtevalModulePr...David Sommerseth2012-12-052-110/+131
* Adopted the LoadThread() and CommandLineLoad() classes to use the new rtevalM...David Sommerseth2012-12-051-61/+17
* Rework module imports once more - save module references againDavid Sommerseth2012-12-031-1/+1
* Split out the module import code from RtEvalModules()David Sommerseth2012-11-301-5/+5
* Split out the "object saving" from RtEvalModules::_Import()David Sommerseth2012-11-301-1/+2
* Split up RtEvalModules::Setup() into an import part and a setup partDavid Sommerseth2012-11-301-0/+13
* Don't add loads/command_line tags if loads have not been runDavid Sommerseth2012-11-301-1/+3
* Improve logging in hackbenchDavid Sommerseth2012-11-281-3/+3
* Hardened the load modules APIDavid Sommerseth2012-11-283-15/+21
* Make kcompile respect the logging flagDavid Sommerseth2012-11-271-4/+11
* Ensure that self.args is always available in LoadThread objectsDavid Sommerseth2012-11-271-2/+4
* Generalised the LoadModules() class to make it useful for measurement modulesDavid Sommerseth2012-11-271-80/+8
* Misc. cleanup in the Loads moduleDavid Sommerseth2012-11-271-7/+2
* Moved the system load tracking into the LoadModules class as wellDavid Sommerseth2012-11-271-2/+20
* Moved all the load module handling into a separate LoadModules() classDavid Sommerseth2012-11-271-3/+96
* Modified load modules to have a common MakeReport() APIDavid Sommerseth2012-11-263-15/+26
* Use the new log module in the loads modulesDavid Sommerseth2012-11-203-25/+33
* Restructured the rteval source tree a bitDavid Sommerseth2012-11-203-0/+387