-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
After we run tests with coverage, we can see the following time execution statistics report:
| __________________________________________________ | ____________ | _______________ | ____________ |
| Function | % of overall | Total time (ms) | Times called |
| __________________________________________________ | ____________ | _______________ | ____________ |
| CoverageAndResultsGenerator.cpp:37 generate | 100.00 | 3393 | 1 |
| TestRunner.cpp:135 runTests | 98.79 | 3352 | 1 |
| CoverageAndResultsGenerator.cpp:86 collectCoverage | 0.77 | 26 | 1 |
| LlvmCoverageTool.cpp:54 getCoverageCommands | 0.47 | 16 | 1 |
| TestRunner.cpp:159 init | 0.41 | 14 | 1 |
| __________________________________________________ | ____________ | _______________ | ____________ |
It would be helpful to have similar coverage statistics report. As an example, it can help us a lot with creating benchmarks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done