Home
last modified time | relevance | path

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

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/WebPerformance/
H A DABI49_0_0NativePerformance.cpp19 return std::make_shared<ABI49_0_0facebook::ABI49_0_0React::NativePerformance>( in NativePerformanceModuleProvider()
25 NativePerformance::NativePerformance(std::shared_ptr<CallInvoker> jsInvoker) in NativePerformance() function in ABI49_0_0facebook::ABI49_0_0React::NativePerformance
28 void NativePerformance::mark( in mark()
36 void NativePerformance::measure( in measure()
48 std::unordered_map<std::string, double> NativePerformance::getSimpleMemoryInfo( in getSimpleMemoryInfo()
58 ABI49_0_0ReactNativeStartupTiming NativePerformance::getABI49_0_0ReactNativeStartupTiming( in getABI49_0_0ReactNativeStartupTiming()
H A DABI49_0_0NativePerformance.h39 class NativePerformance : public ABI49_0_0NativePerformanceCxxSpec<NativePerformance>,
40 std::enable_shared_from_this<NativePerformance> {
42 NativePerformance(std::shared_ptr<CallInvoker> jsInvoker);