文件名称:react-native-performance
文件大小:24KB
文件格式:ZIP
更新时间:2024-05-29 06:54:00
JavaScript
支持React Native 0.59.x删除androidx库依赖 React Native Performance API 这是基于和草稿的React Native 的实现。 注意:所使用的时间戳是高分辨率(毫秒的分数)并且是单调递增的,这意味着它们独立于系统时钟调整。 要将性能时间戳转换为unix纪元时间戳,请执行以下操作: const timestamp = Date . now ( ) - performance . timeOrigin + entry . startTime ; 安装 纱线: yarn add --dev react-native-performance NPM : npm install --save-dev react-native-performance 用法 有关不同功能的演示,请参见 。 基本措施示例 标记时间轴事件,测量它们之间的持续时间并
【文件预览】:
react-native-performance-master
----src()
--------performance-observer.js(2KB)
--------performance-observer.d.ts(593B)
--------performance.js(6KB)
--------event-emitter.js(407B)
--------index.d.ts(245B)
--------performance-entry.js(3KB)
--------performance-entry.d.ts(1KB)
--------resource-logger.js(2KB)
--------index.js(1KB)
--------performance.d.ts(1KB)
----ios()
--------RNPerformanceManager.h(177B)
--------react-native-performance.podspec(549B)
--------RNPerformanceManager.m(3KB)
--------react-native-performance.xcodeproj()
----android()
--------src()
--------.gitignore(43B)
--------build.gradle(1KB)
----README.md(9KB)
----package.json(676B)