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

Class ctrack_result_tables

include/ctrack.hpp:790–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788 };
789
790 struct ctrack_result_tables
791 {
792 // Meta information
793 std::chrono::high_resolution_clock::time_point start_time;
794 std::chrono::high_resolution_clock::time_point end_time;
795 std::chrono::nanoseconds time_total{};
796 std::chrono::nanoseconds time_ctracked{};
797
798 // Table data
799 summary_table summary;
800 detail_table details;
801
802 // Settings used
803 ctrack_result_settings settings;
804 };
805
806 class ctrack_result
807 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected