Searched refs:times_called (Results 1 – 7 of 7) sorted by relevance
17 self.times_called = 026 self.times_called += 128 if self.times_called == 1:
80 const int64_t times_called = detail.times_called / num_runs(); in ColumnString() local88 << "%, " << detail.mem_used.newest() / 1000.0 << ", " << times_called in ColumnString()98 InitField(stream, 9) << times_called; in ColumnString()170 (*node_type_map_times_called)[node_type] += detail.times_called / run_count; in ComputeStatsByType()316 detail->times_called++; in AddNodeStats()
56 EXPECT_EQ(1, detail.times_called); in TEST()68 EXPECT_EQ(2, detail.times_called); in TEST()
176 int64_t times_called; member
76 stats.times_called++; in StopAndLog()85 << ", #called: " << stats.times_called << ")"; in StopAndLog()
101 uint64 times_called ABSL_GUARDED_BY(stats_mutex) = 0;
2155 self.times_called = 02159 self.times_called += 12177 self.assertEqual(callback.times_called, 1)