summaryrefslogtreecommitdiffstats
path: root/rteval/modules/measurement/cyclictest.py
Commit message (Expand)AuthorAgeFilesLines
* Add some input data validation when parsing the output histogram from cyclictestwork/v2.0David Sommerseth2014-01-221-0/+8
* 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-181-5/+5
* 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
* 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
* 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-181-0/+20
* Split up rteval.py into a pure measurement module and the command line toolDavid Sommerseth2012-12-171-2/+2
* Make the rtevalModulePrototype::_WorkloadAlive() method publicDavid Sommerseth2012-12-071-1/+1
* 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 cyclictest use the Log() object from the RtEval objectDavid Sommerseth2012-11-281-14/+18
* Restructured the rteval source tree a bitDavid Sommerseth2012-11-201-0/+265