diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2017-09-06 16:07:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-09-08 14:03:01 (GMT) |
commit | 5b829c89b8cdb5b8f908dcd4849a37a183b0971c (patch) | |
tree | 4c0105ce057c91a42a77adac5450408a153d654b /Tests/RunCMake/CTestCommandLine | |
parent | a6e32eb0c26277c71c586aba457df5daaf2a71ba (diff) | |
download | CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.zip CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.tar.gz CMake-5b829c89b8cdb5b8f908dcd4849a37a183b0971c.tar.bz2 |
CTest: Weight reported test times by PROCESSORS in summaries
This commit changes the times reported by labels and subprojects to be
weighted by the PROCESSORS property. It is reported with `sec*proc`
instead of just `sec`.
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine')
-rw-r--r-- | Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt index 7fe04eb..9cfe41c 100644 --- a/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt +++ b/Tests/RunCMake/CTestCommandLine/LabelCount-stdout.txt @@ -1,7 +1,7 @@ 100% tests passed, 0 tests failed out of 4 + +Label Time Summary: -+'bar' = +[0-9.]+ sec \(3 tests\) -+'foo' = +[0-9.]+ sec \(1 test\) ++'bar' = +[0-9.]+ sec\*proc \(3 tests\) ++'foo' = +[0-9.]+ sec\*proc \(1 test\) + Total Test time \(real\) = +[0-9.]+ sec |