Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0PerformanceEntryReporter.cpp220 double startTimeVal = startMark ? getMarkTime(*startMark) : startTime; in measure() local
222 double durationVal = duration ? *duration : endTimeVal - startTimeVal; in measure()
233 startTimeVal, in measure()