react-performance-observer
Get performance measurements from React Fiber.
Install
Usage
react-performance-observer
is a small abstraction over PerformanceObserver
which reports only the measurements that come from React and parses information
out of the name See ReactDebugFiberPerf.
Or if you want to create your own PerformanceObserver
you can use just the
parseEntry()
method.