react-native/React/Profiler
Tadeu Zagallo 9069bdf1c2 Introduce Perf Monitor
Summary: public

Kill `RCTPerfStats` and introduce the new `RCTPerfMonitor`, including memory
usage, JSC heap size, number of RN views in screen, FPS (both on UI and JS threads)
and more to come.

It removes all the previous traces that were previous spread across the bridge
and the dev menu and moves everything to be more contained, so the whole thing
can be safely striped in production.

Reviewed By: nicklockwood

Differential Revision: D2575158

fb-gh-sync-id: 6a6d0c4422adbddeeefddd32ec3409a7095ff2a9
2015-10-23 10:56:56 -07:00
..
RCTFPSGraph.h Introduce Perf Monitor 2015-10-23 10:56:56 -07:00
RCTFPSGraph.m Introduce Perf Monitor 2015-10-23 10:56:56 -07:00
RCTPerfMonitor.m Introduce Perf Monitor 2015-10-23 10:56:56 -07:00
RCTProfile.h Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00
RCTProfile.m Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00
RCTProfileTrampoline-arm.S Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00
RCTProfileTrampoline-arm64.S Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00
RCTProfileTrampoline-x86.S Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00
RCTProfileTrampoline-x86_64.S Implement asm trampoline rather forwardInvocation 2015-10-20 04:14:09 -07:00