summaryrefslogtreecommitdiffstats
path: root/rteval
Commit message (Expand)AuthorAgeFilesLines
* Add some input data validation when parsing the output histogram from cyclictestwork/v2.0David Sommerseth2014-01-221-0/+8
* Fix --onlyload and reportdir being set to NoneDavid Sommerseth2013-11-081-1/+1
* Added new measurement module, sysstatDavid Sommerseth2013-06-174-3/+176
* cyclictest: Added trace-cmd extract when breaktrace aborts exectionDavid Sommerseth2013-05-021-0/+10
* cyclictest: Don't bother reporting 'variance'David Sommerseth2013-04-152-15/+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-142-0/+33
* Migrated from libxslt to lxmlDavid Sommerseth2013-03-132-22/+60
* 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
* Preparing rteval 2.1David Sommerseth2013-01-181-1/+1
* Copyright updatesDavid Sommerseth2013-01-1824-123/+117
* cyclictest: Only log and show statistic data when samples are collectedDavid Sommerseth2013-01-182-63/+66
* cyclictest: Make the unit test work againDavid Sommerseth2013-01-181-3/+30
* cyclictest: Report if breaktrace was triggeredDavid Sommerseth2013-01-182-4/+47
* 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
* Preparing rteval-2.0.1David Sommerseth2013-01-171-1/+1
* Add a 30 seconds sleep before unleashing the measurement threadsDavid Sommerseth2013-01-171-0/+2
* 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
* Fix up type casting in the core module codeDavid Sommerseth2013-01-141-4/+4
* Put the rteval version into a separate importable fileDavid Sommerseth2013-01-102-2/+27
* Changes the default_config to allow running rteval from git/extracted directo...Raphaël Beamonte2013-01-103-13/+35
* cyclictest: Ensure that the self.__interval is always setDavid Sommerseth2013-01-081-2/+1
* Make rtevaReport::_XMLreport() publicly availableDavid Sommerseth2013-01-042-3/+2
* Move the configuration defaults from rteval-cmd and into the rtevalConfig moduleDavid Sommerseth2013-01-041-0/+25
* Corrects an error message which was duplicate of the following raiseRaphaël Beamonte2013-01-041-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
* Replace concatened paths with a call to os.path.joinRaphaël Beamonte2013-01-042-2/+2
* Let's get ready for the v2.0 releaseDavid Sommerseth2012-12-211-1/+1
* Postpone loading of the rteval.SystemInfo moduleDavid Sommerseth2012-12-211-1/+2
* Fixed silly typo in cyclictest reportDavid Sommerseth2012-12-201-1/+1
* Use proper time unit in the hwlatdetect summary reportDavid Sommerseth2012-12-201-3/+3
* Fix HWLatDetect exceptions when hwlatdetect could not be loadedDavid Sommerseth2012-12-192-8/+17
* Fix minor issues to make HWLatDetect module runDavid Sommerseth2012-12-191-4/+4
* Fix that not all measurement modules where loadedDavid Sommerseth2012-12-191-2/+1
* Instead of passing the config class a few places, save it in __init__()David Sommerseth2012-12-193-15/+16
* Tackle if trying to set a configuration value not found in the config fileDavid Sommerseth2012-12-191-1/+8
* 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-192-1/+15
* 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
* Merge signal handlers into a single functionDavid Sommerseth2012-12-181-10/+9