Searched defs:StatSummarizerOptions (Results 1 – 1 of 1) sorted by relevance
20 struct StatSummarizerOptions { struct21 StatSummarizerOptions() in StatSummarizerOptions() function32 bool show_run_order;33 int run_order_limit;34 bool show_time;35 int time_limit;36 bool show_memory;37 int memory_limit;38 bool show_type;39 bool show_summary;[all …]