Home
last modified time | relevance | path

Searched refs:performance (Results 1 – 25 of 68) sorted by relevance

123

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/
H A D.clang-tidy31 performance-faster-string-find,
32 performance-for-range-copy,
33 performance-implicit-conversion-in-loop,
34 performance-inefficient-algorithm,
36 performance-inefficient-vector-operation,
37 performance-move-const-arg,
38 performance-move-constructor-init,
39 performance-noexcept-move-constructor,
40 performance-type-promotion-in-math-fn,
41 performance-unnecessary-copy-initialization,
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/
H A D.clang-tidy32 performance-faster-string-find,
33 performance-for-range-copy,
34 performance-implicit-conversion-in-loop,
35 performance-inefficient-algorithm,
37 performance-inefficient-vector-operation,
38 performance-move-const-arg,
39 performance-move-constructor-init,
40 performance-noexcept-move-constructor,
41 performance-type-promotion-in-math-fn,
42 performance-unnecessary-copy-initialization,
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/
H A D.clang-tidy32 performance-faster-string-find,
33 performance-for-range-copy,
34 performance-implicit-conversion-in-loop,
35 performance-inefficient-algorithm,
37 performance-inefficient-vector-operation,
38 performance-move-const-arg,
39 performance-move-constructor-init,
40 performance-noexcept-move-constructor,
41 performance-type-promotion-in-math-fn,
42 performance-unnecessary-copy-initialization,
[all …]
/expo/tools/src/commands/
H A DPrebuildPackages.ts3 import { performance } from 'perf_hooks';
45 const startTime = performance.now();
53 const endTime = performance.now();
/expo/packages/expo-dev-client-components/src/icons/
H A DPerformanceIcon.tsx5 const icon = require('../../assets/performance-icon.png');
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp135 jsi::Object performance(rt); in decorateUIRuntime() local
136 performance.setProperty( in decorateUIRuntime()
141 rt.global().setProperty(rt, "performance", performance); in decorateUIRuntime()
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp135 jsi::Object performance(rt); in decorateUIRuntime() local
136 performance.setProperty( in decorateUIRuntime()
141 rt.global().setProperty(rt, "performance", performance); in decorateUIRuntime()
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp135 jsi::Object performance(rt); in decorateUIRuntime() local
136 performance.setProperty( in decorateUIRuntime()
141 rt.global().setProperty(rt, "performance", performance); in decorateUIRuntime()
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp135 jsi::Object performance(rt); in decorateUIRuntime() local
136 performance.setProperty( in decorateUIRuntime()
141 rt.global().setProperty(rt, "performance", performance); in decorateUIRuntime()
/expo/docs/pages/guides/
H A Dweb-performance.mdx2 title: Web performance
12 Many performance tools at your disposal will not only optimize your web app, but also improve the p…
15 … support for all other Expo platforms. In the browser this has massive performance benefits by ena…
/expo/docs/pages/workflow/
H A Ddevelopment-mode.mdx11 …de](/guides/customizing-metro/#minification) and better represents the performance your app will h…
21 …p for the change to take effect. **Any time you are testing your app's performance, make sure to d…
31 - Testing your app's performance, as Development slows your app down considerably.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTPerformanceLoggerLabels.m53 … ABI49_0_0RCTAssert(NO, @"ABI49_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTPerformanceLoggerLabels.m53 … ABI48_0_0RCTAssert(NO, @"ABI48_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTPerformanceLoggerLabels.m53 … ABI47_0_0RCTAssert(NO, @"ABI47_0_0RCTPLSize should not be used to track performance timestamps.");
/expo/docs/pages/versions/unversioned/sdk/
H A Dflash-list.mdx13 …t Native's `<FlatList>` component. It "recycles components under the hood to maximize performance."
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dflash-list.mdx13 …t Native's `<FlatList>` component. It "recycles components under the hood to maximize performance."
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dflash-list.mdx13 …t Native's `<FlatList>` component. It "recycles components under the hood to maximize performance."
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dflash-list.mdx13 …t Native's `<FlatList>` component. It "recycles components under the hood to maximize performance."
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dflash-list.mdx13 …t Native's `<FlatList>` component. It "recycles components under the hood to maximize performance."
/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp88 jsi::Object performance(rt); in decorateRuntime() local
89 performance.setProperty( in decorateRuntime()
94 rt.global().setProperty(rt, "performance", performance); in decorateRuntime()
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp88 jsi::Object performance(rt); in decorateRuntime() local
89 performance.setProperty( in decorateRuntime()
94 rt.global().setProperty(rt, "performance", performance); in decorateRuntime()
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp88 jsi::Object performance(rt); in decorateRuntime() local
89 performance.setProperty( in decorateRuntime()
94 rt.global().setProperty(rt, "performance", performance); in decorateRuntime()
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/Tools/
H A DRuntimeDecorator.cpp88 jsi::Object performance(rt); in decorateRuntime() local
89 performance.setProperty( in decorateRuntime()
94 rt.global().setProperty(rt, "performance", performance); in decorateRuntime()
/expo/docs/pages/router/advanced/
H A Droot-layout.mdx14 …of your providers to only the routes that need them. This will improve performance and cause fewer…
/expo/docs/pages/eas/
H A Dindex.mdx51 description="View analytics about a project's performance, usage, and reach."

123