aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-08-21SPEC2017: Add initial CMakeLists.Michael Kruse
2017-08-21fpmc: Add -i option to ignore whitespace changes.Michael Kruse
2017-02-03cmake: Use option() instead of set(... CACHE BOOL ...); NFCMatthias Braun
2016-11-07cmake: Consistently use "if(" instead of "if ("; NFCMatthias Braun
2016-05-18[LNT] Update timeit.sh to have the same return code as timeit when --append-e...Silviu Baranga
2016-03-22lit: Fix for pep8 style, fix whitespace; NFCMatthias Braun
2016-03-22[timeit] Properly shift only one item for a boolean optionJames Molloy
2016-03-15timeit: Add append-exitstatus switchMatthias Braun
2016-03-14tools/timeit.sh: Fix space/tab inconsistenciesMatthias Braun
2016-03-14[cmake] Add support for --redirect-stdout and --chdir to timeit.shJames Molloy
2016-02-25[cmake] Add support for timeit.sh (--use-perf) and --benchmarking-only.James Molloy
2016-01-20tools/CMakeLists: Use a macro for common code, fix custom_command outputMatthias Braun
2016-01-13Rename fpcmp and timeit custom targets to {fpcmp,timeit}-host.Justin Lebar
2016-01-07[test-suite] Prevent timeit/fpcmp from being rebuilt every time make is run.Chad Rosier
2016-01-06tools/CMakeLists: Add an explanation on why we use custom rulesMatthias Braun
2015-12-15cmake: Use custom target to timeit/fpcmp, add timeit-targetMatthias Braun
2015-12-15timeit: Add support to redirect stdout and stderr separatelyMatthias Braun
2015-12-15fpcmp: Fix crash when comparing an empty file with toleranceMatthias Braun
2015-12-10timeit: Fix a few warnings and remove trailing whitespaceMatthias Braun
2015-11-26tools/CMakeLists.txt: Add timeit-target targetMatthias Braun
2015-10-27[test-suite] Introduce a new CMake+LIT based harnessJames Molloy
2014-09-18Make the use of Perf optionalYi Kong
2014-09-05Don't remove perf stats after generating reportYi Kong
2014-07-22[PATCH][test-suite] Use ctimeit rather than perf for PowerPCBill Schmidt
2014-06-23Do not pin the process on a specific coreYi Kong
2014-05-29Revert "Revert perf tool patch, as it breaks buildbots"Yi Kong
2014-05-28Revert perf tool patch, as it breaks buildbotsYi Kong
2014-05-28Use perf tool for more accurate time measuring on LinuxYi Kong
2014-02-27XCore target: only build timeit-target if USER_MODE_EMULATION not definedRobert Lytton
2013-04-06fpcmp catching different number of digitsRenato Golin
2013-03-12Typo.Chad Rosier
2012-10-30Used the wrong #define to derive ARCH_HAS_LONGLONG. Use the right one.Lang Hames
2012-10-26Auto-derive another SPEC define from the compiler's built-in defines.Lang Hames
2012-10-26Make sure to pass the appropriate flags when generating the TargetConfigDaniel Dunbar
2012-10-25Spell little endian check correctly.Daniel Dunbar
2012-10-25build: Change build-tools to generate a target configuration Makefile fragment,Daniel Dunbar
2012-08-20Bubble up more of the timing data from each test.David Blaikie
2012-08-20Remove redundant option parsing of the --summary flag.David Blaikie
2012-03-20[test-suite] tools/timeit: Tidy up a comment.Daniel Dunbar
2012-03-19[test-suite] tools/timeit: Use setpgid() instead of the deprecated setpgrp().Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Line up exit codes with what RunSafely.sh expects.Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Warn user when setrlimit fails().Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Tidy up --help.Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Add options for setting all the major resourceDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add support for --redirect-{input,output} optionsDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add an option to write out summary files (exit codeDaniel Dunbar
2012-03-17[test-suite] Fix refacto, timeit should use execvp().Daniel Dunbar
2012-03-17[test-suite] tools/timeit: Clean up exit status codes.Daniel Dunbar
2012-03-17[test-suite] tools/timeit: Add support for passing a directory to execute theDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add usage text and long form options.Daniel Dunbar