| 724 | typedef std::map<std::string_view, function_result> filename_result; |
| 725 | |
| 726 | struct ctrack_result_settings |
| 727 | { |
| 728 | unsigned int non_center_percent = 1; |
| 729 | double min_percent_active_exclusive = 0.0; // between 0-100 |
| 730 | double percent_exclude_fastest_active_exclusive = 0.0; // between 0-100 |
| 731 | }; |
| 732 | |
| 733 | struct summary_row |
| 734 | { |
nothing calls this directly
no outgoing calls
no test coverage detected