MCPcopy Create free account
hub / github.com/Compaile/ctrack / result_get_summary_table

Function result_get_summary_table

include/ctrack.hpp:1243–1247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

calc_stats_and_clearFunction · 0.85

Tested by

no test coverage detected