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

Function result_print

include/ctrack.hpp:1216–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214 }
1215
1216 inline void result_print(ctrack_result_settings settings = {})
1217 {
1218 auto res = calc_stats_and_clear(settings);
1219 std::cout << "Details" << std::endl;
1220 res.get_detail_table(std::cout, true);
1221 std::cout << "Summary" << std::endl;
1222 res.get_summary_table(std::cout, true);
1223 }
1224
1225 inline std::string result_as_string(ctrack_result_settings settings = {})
1226 {

Callers 5

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 3

calc_stats_and_clearFunction · 0.85
get_detail_tableMethod · 0.80
get_summary_tableMethod · 0.80

Tested by 1

mainFunction · 0.68