summaryrefslogtreecommitdiffstats
path: root/rteval/modules/measurement
Commit message (Expand)AuthorAgeFilesLines
* Add some input data validation when parsing the output histogram from cyclictestwork/v2.0David Sommerseth2014-01-221-0/+8
* Added new measurement module, sysstatDavid Sommerseth2013-06-171-0/+157
* cyclictest: Added trace-cmd extract when breaktrace aborts exectionDavid Sommerseth2013-05-021-0/+10
* cyclictest: Don't bother reporting 'variance'David Sommerseth2013-04-151-10/+2
* Don't report any buckets where no samples have been collectedDavid Sommerseth2013-03-151-0/+3
* cyclictest: Clean-up more object internal variablesDavid Sommerseth2013-01-291-68/+68
* Copyright updatesDavid Sommerseth2013-01-183-13/+13
* cyclictest: Only log and show statistic data when samples are collectedDavid Sommerseth2013-01-181-26/+27
* cyclictest: Make the unit test work againDavid Sommerseth2013-01-181-3/+30
* cyclictest: Report if breaktrace was triggeredDavid Sommerseth2013-01-181-4/+25
* cyclictest: Use a tempfile buffer for cyclictest's stdout dataDavid Sommerseth2013-01-181-5/+13
* cyclictest: Removed --cyclictest-distance optionDavid Sommerseth2013-01-171-5/+0
* cyclictest: Added --cyclictest-breaktrace featureDavid Sommerseth2013-01-171-3/+40
* hwlatdetect: Add some more useful debug infoDavid Sommerseth2013-01-141-0/+6
* cyclictest: Ensure that the self.__interval is always setDavid Sommerseth2013-01-081-2/+1
* Fixed silly typo in cyclictest reportDavid Sommerseth2012-12-201-1/+1
* Fix HWLatDetect exceptions when hwlatdetect could not be loadedDavid Sommerseth2012-12-191-6/+10
* Fix minor issues to make HWLatDetect module runDavid Sommerseth2012-12-191-4/+4
* Instead of passing the config class a few places, save it in __init__()David Sommerseth2012-12-191-6/+7
* Use default values from config file when setting up modules' option parserDavid Sommerseth2012-12-191-1/+1
* Put all default values for modules into the modules itselfDavid Sommerseth2012-12-191-1/+1
* Add module options for the currently available modulesDavid Sommerseth2012-12-182-0/+38
* Added infrastructure to add command line arguments from modulesDavid Sommerseth2012-12-181-6/+23
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-172-3/+3
* Rework the Unleash()/isAlive() logic to support running measurement threads s...David Sommerseth2012-12-071-1/+39
* Make the rtevalModulePrototype::_WorkloadAlive() method publicDavid Sommerseth2012-12-072-2/+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
* add 'distance' parameter to cyclictestClark Williams2012-12-051-1/+2
* First cut at rewriting cyclictest to become a dynamic loadable measurement mo...David Sommerseth2012-12-051-125/+166
* Make MeasurementModules() objects iteratableDavid Sommerseth2012-12-051-0/+20
* Extend the MeasurementProfile() class with an isAlive() methodDavid Sommerseth2012-12-051-0/+4
* Added initial module framework for measurement modulesDavid Sommerseth2012-12-041-0/+133
* Make hwlatdetect use the Log() infrastructure as wellDavid Sommerseth2012-11-281-4/+10
* Make cyclictest use the Log() object from the RtEval objectDavid Sommerseth2012-11-281-14/+18
* Add needed __init__.py files to convince Python there are some modules hereDavid Sommerseth2012-11-201-0/+0
* Restructured the rteval source tree a bitDavid Sommerseth2012-11-202-0/+357