summaryrefslogtreecommitdiffstats
path: root/rteval
Commit message (Expand)AuthorAgeFilesLines
...
* Added missing copyright infoDavid Sommerseth2012-12-181-0/+25
* Updated distutils to pick up the restructured rtevalDavid Sommerseth2012-12-171-1/+2
* Improve the error message when the DMI module can't locate the needed XSLT te...David Sommerseth2012-12-171-1/+2
* Process better error issues with the module threads when stoppingDavid Sommerseth2012-12-171-2/+5
* Add a hack around some oddities with Python iterationsDavid Sommerseth2012-12-171-1/+4
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-1713-506/+262
* Cleaned up rtevalConfig parserDavid Sommerseth2012-12-142-64/+93
* Cleaned up the XML report filename variable usageDavid Sommerseth2012-12-132-8/+7
* Prefix all class private variables in RtEval() with __David Sommerseth2012-12-132-79/+77
* Add ModuleContainer methods for accessing particular module objectsDavid Sommerseth2012-12-071-0/+18
* Don't raise an exception if measurement threads stops runningDavid Sommerseth2012-12-071-2/+7
* Rework the Unleash()/isAlive() logic to support running measurement threads s...David Sommerseth2012-12-072-13/+45
* Make the rtevalModulePrototype::_WorkloadAlive() method publicDavid Sommerseth2012-12-075-11/+11
* Don't wait for a module to complete if it didn't start runningDavid Sommerseth2012-12-071-0/+3
* Make the config parser case sensitive and make it ignore commentsDavid Sommerseth2012-12-051-1/+2
* hwlatdetect: A few more tweaks to make it runDavid Sommerseth2012-12-051-4/+2
* Update hwlatdetect module to the new rtevalModulePrototype APIDavid Sommerseth2012-12-051-40/+86
* Updated summary and histogram XSLT templatesDavid Sommerseth2012-12-052-37/+58
* add 'distance' parameter to cyclictestClark Williams2012-12-052-1/+6
* fix incorrect variable name in hackbench.pyClark Williams2012-12-051-2/+2
* handle no 'dmesg' file in osinfo.pyClark Williams2012-12-051-3/+7
* First cut at rewriting cyclictest to become a dynamic loadable measurement mo...David Sommerseth2012-12-051-125/+166
* Make rteval make use of the MeasurementModules() and MeasurementProfiles()David Sommerseth2012-12-052-38/+31
* Make MeasurementModules() objects iteratableDavid Sommerseth2012-12-051-0/+20
* Extend the MeasurementProfile() class with an isAlive() methodDavid Sommerseth2012-12-052-0/+21
* Don't check if the module is alive at the Start(), it's too early nowDavid Sommerseth2012-12-051-2/+0
* 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
* Added a rtevalModulePrototype() classDavid Sommerseth2012-12-051-4/+142
* Added initial module framework for measurement modulesDavid Sommerseth2012-12-041-0/+133
* 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-032-14/+39
* Added comments to the ModulesContainer() and RtEvalModules() classesDavid Sommerseth2012-11-301-1/+40
* Split out the module import code from RtEvalModules()David Sommerseth2012-11-302-24/+58
* Split out the "object saving" from RtEvalModules::_Import()David Sommerseth2012-11-302-2/+7
* 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-302-16/+23
* Add argument to RtEval::measure() to controll starting of loadsDavid Sommerseth2012-11-301-11/+18
* Don't add loads/command_line tags if loads have not been runDavid Sommerseth2012-11-303-5/+11
* Improve logging in hackbenchDavid Sommerseth2012-11-281-3/+3
* Load threads reported they were ready too earlyDavid Sommerseth2012-11-281-2/+2
* Measure the run time based on when the measurement started, not when where lo...David Sommerseth2012-11-281-3/+6
* Hardened the load modules APIDavid Sommerseth2012-11-284-16/+35
* Moved out the XML-RPC code into a separate class as wellDavid Sommerseth2012-11-282-94/+132
* Moved the report related methods out of the RtEval() class into a new classDavid Sommerseth2012-11-282-130/+172
* Make hwlatdetect use the Log() infrastructure as wellDavid Sommerseth2012-11-282-7/+18
* Make cyclictest use the Log() object from the RtEval objectDavid Sommerseth2012-11-282-15/+20
* Revamped the onlyload flag handlingDavid Sommerseth2012-11-271-33/+44