summaryrefslogtreecommitdiffstats
path: root/rteval/modules
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-172-1/+158
* 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
* Added timestamps tracking when each module starts and stopsDavid Sommerseth2013-03-141-0/+25
* 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
* cyclictest: Clean-up more object internal variablesDavid Sommerseth2013-01-291-68/+68
* Copyright updatesDavid Sommerseth2013-01-187-32/+33
* 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
* Made some log lines clearerDavid Sommerseth2013-01-171-3/+3
* 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-153-33/+50
* 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
* Corrects RuntimeError behavior using a new rtevalRuntimeError for modulesRaphaël Beamonte2013-01-042-9/+35
* Adds is_alive() before join() to remove a RuntimeError raise when Ctrl-C on m...Raphaël Beamonte2013-01-041-1/+2
* 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-193-15/+16
* Use default values from config file when setting up modules' option parserDavid Sommerseth2012-12-192-6/+22
* Put all default values for modules into the modules itselfDavid Sommerseth2012-12-193-2/+4
* Update config with values from the command lineDavid Sommerseth2012-12-191-1/+1
* Add module options for the currently available modulesDavid Sommerseth2012-12-184-0/+57
* Added infrastructure to add command line arguments from modulesDavid Sommerseth2012-12-183-10/+70
* 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-176-14/+14
* 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-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
* 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
* fix incorrect variable name in hackbench.pyClark Williams2012-12-051-2/+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-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