Home
last modified time | relevance | path

Searched refs:PerformanceEntryType (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/__tests__/
H A DABI49_0_0PerformanceEntryReporterTest.cpp40 reporter.startReporting(PerformanceEntryType::MARK); in TEST()
56 reporter.startReporting(PerformanceEntryType::MARK); in TEST()
74 reporter.stopReporting(PerformanceEntryType::MARK); in TEST()
93 reporter.startReporting(PerformanceEntryType::MARK); in TEST()
107 static_cast<int>(PerformanceEntryType::MARK), in TEST()
114 static_cast<int>(PerformanceEntryType::MARK), in TEST()
121 static_cast<int>(PerformanceEntryType::MARK), in TEST()
168 static_cast<int>(PerformanceEntryType::MARK), in TEST()
175 static_cast<int>(PerformanceEntryType::MARK), in TEST()
182 static_cast<int>(PerformanceEntryType::MARK), in TEST()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp26 static_cast<int>(PerformanceEntryType::MARK), in toRawPerformanceEntry()
37 static_cast<int>(PerformanceEntryType::MEASURE), in toRawPerformanceEntry()
62 PerformanceEntryType entryType, in setDurationThreshold()
86 if (entryType == PerformanceEntryType::EVENT) { in logEntry()
143 static_cast<int>(PerformanceEntryType::MARK), in mark()
152 PerformanceEntryType entryType, in clearEntries()
154 if (entryType == PerformanceEntryType::MARK || in clearEntries()
155 entryType == PerformanceEntryType::UNDEFINED) { in clearEntries()
169 if (entryType == PerformanceEntryType::MEASURE || in clearEntries()
194 PerformanceEntryType entryType, in getEntries()
[all …]
H A DABI49_0_0PerformanceEntryReporter.h62 enum class PerformanceEntryType { enum
82 void startReporting(PerformanceEntryType entryType);
83 void stopReporting(PerformanceEntryType entryType);
86 PerformanceEntryType entryType,
92 bool isReporting(PerformanceEntryType entryType) const { in isReporting()
97 return isReporting(PerformanceEntryType::EVENT); in isReportingEvents()
115 PerformanceEntryType entryType = PerformanceEntryType::UNDEFINED,
119 PerformanceEntryType entryType = PerformanceEntryType::UNDEFINED,
142 std::array<bool, (size_t)PerformanceEntryType::_COUNT> reportingType_{false};
144 std::array<double, (size_t)PerformanceEntryType::_COUNT> durationThreshold_{
H A DABI49_0_0NativePerformanceObserver.cpp38 static_cast<PerformanceEntryType>(entryType)); in startReporting()
45 static_cast<PerformanceEntryType>(entryType)); in stopReporting()
78 static_cast<PerformanceEntryType>(entryType), durationThreshold); in setDurationThreshold()
86 static_cast<PerformanceEntryType>(entryType), in clearEntries()
95 entryType ? static_cast<PerformanceEntryType>(*entryType) in getEntries()
96 : PerformanceEntryType::UNDEFINED, in getEntries()
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle129 … TypeError("rawToPerformanceEntryType: UNDEFINED can't be cast to PerformanceEntryType");default:t…
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle128 … TypeError("rawToPerformanceEntryType: UNDEFINED can't be cast to PerformanceEntryType");default:t…