Lines Matching refs:statistic
513 [`llvm::Statistic`](http://llvm.org/docs/ProgrammersManual.html#the-statistic-class-stats-option)
523 Statistic testStat{this, "testStat", "A test statistic"};
528 // Update our statistic after some invariant was hit.
549 (S) 15 testStat - A test statistic
552 (S) 6 testStat - A test statistic
566 (S) 21 testStat - A test statistic
593 Statistic statistic{this, "example-statistic", "An example statistic"};
629 Statistic<"statistic", "example-statistic", "An example statistic">
744 - A name to use for the generated statistic variable.
746 - The name used when displaying the statistic.
748 - A one line description of the statistic.