Home
last modified time | relevance | path

Searched refs:startMark (Results 1 – 4 of 4) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0NativePerformance.cpp42 std::optional<std::string> startMark, in measure() argument
45 name, startTime, endTime, duration, startMark, endMark); in measure()
H A DABI49_0_0NativePerformance.h53 std::optional<std::string> startMark,
H A DABI49_0_0PerformanceEntryReporter.cpp218 const std::optional<std::string> &startMark, in measure() argument
220 double startTimeVal = startMark ? getMarkTime(*startMark) : startTime; in measure()
H A DABI49_0_0PerformanceEntryReporter.h111 const std::optional<std::string> &startMark = std::nullopt,