summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add some input data validation when parsing the output histogram from cyclictestwork/v2.0David Sommerseth2014-01-221-0/+8
* Fix MANIFEST.in - remove trailing / on the doc directoryDavid Sommerseth2013-11-081-1/+1
* Fix formatting syntax, %d -> %sDavid Sommerseth2013-11-081-1/+1
* Fix --onlyload and reportdir being set to NoneDavid Sommerseth2013-11-081-1/+1
* cleaned up changelog section of specfileClark Williams2013-09-051-9/+9
* Added new measurement module, sysstatDavid Sommerseth2013-06-175-4/+178
* cyclictest: Added trace-cmd extract when breaktrace aborts exectionDavid Sommerseth2013-05-022-0/+11
* cyclictest: Don't bother reporting 'variance'David Sommerseth2013-04-153-17/+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-143-0/+34
* Migrated from libxslt to lxmlDavid Sommerseth2013-03-136-43/+90
* rteval-parser: Only consider cyclic statistics which have samples registeredDavid Sommerseth2013-01-311-1/+1
* 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-182-4/+14
* Copyright updatesDavid Sommerseth2013-01-1841-1196/+225
* 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-172-4/+11
* 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
* rteval.spec: Added missing new files (version.py*)David Sommerseth2013-01-102-3/+14
* Put the rteval version into a separate importable fileDavid Sommerseth2013-01-103-4/+33
* Changes the default_config to allow running rteval from git/extracted directo...Raphaël Beamonte2013-01-103-13/+35
* Adds the --quiet command line argument to disable Log.ERR and Log.WARN messagesRaphaël Beamonte2013-01-101-0/+5
* Moves the update of the log verbosity to use it properly during modules insta...Raphaël Beamonte2013-01-101-8/+13
* 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-042-21/+26
* 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-043-3/+3
* Split out common rteval componentsDavid Sommerseth2012-12-211-5/+29
* Updated .gitignoreDavid Sommerseth2012-12-211-0/+10
* Let's get ready for the v2.0 releaseDavid Sommerseth2012-12-211-1/+1
* Updated the Makefile to fit better with the new regime tooDavid Sommerseth2012-12-211-43/+14
* Updated rteval.spec to package rteval v2.0David Sommerseth2012-12-211-12/+9
* Make distutils package the doc/ dir and compress man page on installDavid Sommerseth2012-12-212-3/+16
* Postpone loading of the rteval.SystemInfo moduleDavid Sommerseth2012-12-211-1/+2
* Updated python setup.py to package rteval betterDavid Sommerseth2012-12-213-6/+37