Searched refs:PerInstructionStats (Results 1 – 7 of 7) sorted by relevance
151 const std::vector<PerInstructionStats> &getStats() const { in getStats()163 std::vector<PerInstructionStats> Representative;
49 ArrayRef<PerInstructionStats> Representative) const;
262 ArrayRef<PerInstructionStats> Representative) const { in getAsPoint()283 const PerInstructionStats &Stats = std::get<1>(I); in getAsPoint()
98 class PerInstructionStats {
415 void PerInstructionStats::push(const BenchmarkMeasure &BM) { in push()
123 TEST_F(BenchmarkResultTest, PerInstructionStats) { in TEST_F() argument124 PerInstructionStats Stats; in TEST_F()
127 TEST(BenchmarkResultTest, PerInstructionStats) { in TEST() argument128 PerInstructionStats Stats; in TEST()