Searched refs:statistic (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats.cpp | 80 void statistic::addSample(double sample) { in addSample() 96 statistic &statistic::operator+=(const statistic &other) { in operator +=() 129 void statistic::scale(double factor) { in scale() 137 std::string statistic::format(char unit, bool total) const { in format() 601 statistic const *stat = &theStats[s]; in printTimerStats() 619 statistic const *stat = &theStats[s]; in printTimerStats() 636 statistic const *stat = &theStats[s]; in printCounterStats() 644 statistic const *stat = &theStats[s]; in printCounterStats() 800 statistic allStats[TIMER_LAST]; in outputStats() 803 statistic allCounters[COUNTER_LAST]; in outputStats() [all …]
|
| H A D | kmp_stats.h | 400 class statistic { 411 statistic(bool doHist = bool(KMP_STATS_HIST)) { 415 statistic(statistic const &o) in statistic() function 419 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) in statistic() function 445 statistic &operator+=(statistic const &other); 456 class timeStat : public statistic { 460 timeStat() : statistic() {} in timeStat() 844 static void printTimerStats(FILE *statsOut, statistic const *theStats, 845 statistic const *totalStats); 846 static void printCounterStats(FILE *statsOut, statistic const *theStats);
|
| /llvm-project-15.0.7/mlir/include/mlir/Pass/ |
| H A D | PassBase.td | 51 // The C++ variable name for the statistic. 54 // The displayed name of the statistic, similar to the argument of an option. 57 // The description of the statistic.
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | PassManagement.md | 583 /// Define the statistic to track during the execution of MyPass. 589 // Update the statistic after some invariant was hit. 610 (S) 15 exampleStat - An example statistic 613 (S) 6 exampleStat - An example statistic 628 (S) 21 exampleStat - An example statistic 786 Statistic statistic{this, "example-statistic", "An example statistic"}; 824 Statistic<"statistic", "example-statistic", "An example statistic"> 966 - A name to use for the generated statistic variable. 968 - The name used when displaying the statistic. 970 - A one-line description of the statistic. [all …]
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
| H A D | SourceBasedCodeCoverage.rst | 263 instantiations. This statistic is hidden by default in reports, but can be 286 statistic are listed in the summary.
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestSuiteMakefileGuide.rst | 150 `statistic <ProgrammersManual.html#Statistic>`_ to your pass, which will
|
| H A D | TestSuiteGuide.md | 203 compiler and makes the lit runner collect and merge the statistic files.
|
| H A D | ProgrammersManual.rst | 1262 Define your statistic like this:
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 1007 specify a custom statistic to be calculated, defined by a lambda function.
|