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

Class ctrack_result_settings

include/ctrack.hpp:726–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected