文件名称:react-native-performance-monitor:React Native Performance Monitor-React Native渲染性能的实时图形
文件大小:12.34MB
文件格式:ZIP
更新时间:2024-02-24 00:03:09
react performance react-native monitoring react-components
通过该项目,您可以在React Native应用程序中查看渲染时间的实时图表。 目的是使您能够创建实验(即更改标记并查看它如何影响渲染时间)。
安装
npm i react-native-performance-monitor --save
npx react-native-performance-monitor get
用法
import withPerformanceMonitor from 'react-native-performance-monitor/provider';
export default withPerformanceMonitor(YourScreen, 'Screen Name');
一个例子
通过单击重新安装将基线设置为 。 暂停记录器,然后根据您的想法调整组件,以提高性能。
这是此方法之前和之后的
基准线