Home
last modified time | relevance | path

Searched refs:totalStats (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/
DGenerateLinksLogger.java71 final LinkifyStats totalStats = new LinkifyStats(); in logGenerateLinks() local
83 totalStats.countLink(link); in logGenerateLinks()
96 totalStats, in logGenerateLinks()
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp593 statistic const *totalStats) { in printTimerStats() argument
607 if (totalStats && !timeStat::noTotal(s)) in printTimerStats()
609 totalStats[s].format(tag, true).c_str()); in printTimerStats()
796 statistic totalStats[TIMER_LAST]; /* Synthesized, cross threads versions of in outputStats() local
845 totalStats[s].addSample(threadStat->getTotal()); in outputStats()
862 printTimerStats(statsOut, &allStats[0], &totalStats[0]); in outputStats()
Dkmp_stats.h838 statistic const *totalStats);