Reputation: 371
Is there some built-in mechanism in the Boost Unit Test framework to check for timing issues. For example to:
Report timing of every test
Check for tests exceeding a given time limit
I've tried to use the command line parameter such as --report_level or --log_level, but it didn't report anything related to timing.
Thanks
Upvotes: 3
Views: 2670
Reputation: 109
Leaving test case "my_test_1"; testing time: 220mks
Leaving test case"my_test_2"; testing time: 219mks
...
Upvotes: 1
Reputation: 1945
Upvotes: 0