rotemmiz / react-native-js-profiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNative JS Profiler

Track the performance impact for a given function incluing various async callbacks and RN callbacks.

Usage:

import {
  attach,
  timeAndLog,
} from 'react-native-js-profiler';

attach();

timeAndLog(initModuleA, 'MyMessage', 'ModuleAContext', 'GeneralScope');

TODO

  • More generic API: don't depend on detox-instruments-react-native-utils

About


Languages

Language:JavaScript 100.0%