summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* First cut at rewriting cyclictest to become a dynamic loadable measurement mo...David Sommerseth2012-12-052-125/+169
* 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
* Make kcompile respect the logging flagDavid Sommerseth2012-11-271-4/+11
* Merge RtEval::report() and RtEval::genxml()David Sommerseth2012-11-271-14/+11
* Ensure that self.args is always available in LoadThread objectsDavid Sommerseth2012-11-271-2/+4
* Purify RtEval::measure() furtherDavid Sommerseth2012-11-271-18/+25
* Generalised the LoadModules() class to make it useful for measurement modulesDavid Sommerseth2012-11-272-80/+115
* Misc. cleanup in the Loads moduleDavid Sommerseth2012-11-271-7/+2
* Moved the system load tracking into the LoadModules class as wellDavid Sommerseth2012-11-272-17/+25
* Moved all the load module handling into a separate LoadModules() classDavid Sommerseth2012-11-272-65/+106
* Modified load modules to have a common MakeReport() APIDavid Sommerseth2012-11-264-16/+27
* Clean up modules not needed in rteval.py any moreDavid Sommerseth2012-11-261-8/+0
* Add support for older rteval summary reportsDavid Sommerseth2012-11-261-23/+45
* Move the main rteval::genxml() to use SystemInfo::MakeReport()David Sommerseth2012-11-262-85/+27
* Added MakeReport() method to the MemoryInfo() sub-modulesDavid Sommerseth2012-11-262-0/+19
* Reworked sysinfo/dmi.py to be similar to the other sysinfo sub-modulesDavid Sommerseth2012-11-262-22/+23
* Added new MakeReport methods in the SystemInfo sub-modulesDavid Sommerseth2012-11-266-23/+144
* Moved the network config extraction into an own NetworkInfo() classDavid Sommerseth2012-11-233-69/+122
* Removed no longer used "junk chars" filterDavid Sommerseth2012-11-231-8/+0
* Split out OS related information methods into a separate OSInfo() classDavid Sommerseth2012-11-233-54/+115
* Split out memory info gathering into a separate classDavid Sommerseth2012-11-223-43/+95
* Added missing copyright creditsDavid Sommerseth2012-11-221-0/+2
* Changes the getcmdpath method to use only python calls to find the pathsRaphaƫl Beamonte2012-11-221-4/+11