Home
last modified time | relevance | path

Searched refs:total_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A Dmetrics.py106 total_count = 0
109 total_count = total_count + value.count
110 if total_count > 0:
111 return metric_count / float(total_count)
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h80 size_t total_count = 0; member
145 size_t total_count = 0; member
H A DDecodedThread.cpp206 total_count++; in RecordError()
224 total_count++; in RecordEvent()
H A DTraceIntelPT.cpp266 events_stats.total_count); in DumpTraceInfo()
295 tsc_errors_stats.total_count); in DumpTraceInfo()
358 json_str.attribute("totalCount", events_stats.total_count); in DumpTraceInfoAsJson()
381 json_str.attribute("total", tsc_errors_stats.total_count); in DumpTraceInfoAsJson()