| 1241 | } |
| 1242 | |
| 1243 | inline summary_table result_get_summary_table(ctrack_result_settings settings = {}) |
| 1244 | { |
| 1245 | auto res = calc_stats_and_clear(settings); |
| 1246 | return res.get_tables().summary; |
| 1247 | } |
| 1248 | |
| 1249 | inline detail_table result_get_detail_table(ctrack_result_settings settings = {}) |
| 1250 | { |
nothing calls this directly
no test coverage detected