Searched refs:isReporting (Results 1 – 3 of 3) sorted by relevance
92 bool isReporting(PerformanceEntryType entryType) const { in isReporting() function97 return isReporting(PerformanceEntryType::EVENT); in isReportingEvents()
90 if (!isReporting(entryType)) { in logEntry()
43 ASSERT_TRUE(reporter.isReporting(PerformanceEntryType::MARK)); in TEST()44 ASSERT_TRUE(reporter.isReporting(PerformanceEntryType::MEASURE)); in TEST()46 ASSERT_FALSE(reporter.isReporting(PerformanceEntryType::EVENT)); in TEST()