Searched refs:addSample (Results 1 – 2 of 2) sorted by relevance
80 void statistic::addSample(double sample) { in addSample() function in statistic93 hist.addSample(sample); in addSample()192 void logHistogram::addSample(double sample) { in addSample() function in logHistogram255 stat->addSample(((tick - startTime) - totalPauseTime).ticks()); in stop()852 totalStats[s].addSample(threadStat->getTotal()); in outputStats()859 allCounters[c].addSample((double)(*it)->getCounter(c)->getValue()); in outputStats()
396 void addSample(double sample);444 void addSample(double sample);899 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample((double)value)