react-native/React/Profiler
Tadeu Zagallo e1fa325569 Change async events' cookie to NSUInteger
Summary: public

As jspahrsumemrs pointed out, `int` could overflow pretty easy, since it was static,
change it to an NSUInteger and downcast it when need to interop.

Reviewed By: jspahrsummers

Differential Revision: D2625902

fb-gh-sync-id: 2052be47a7b0ed81484da004fa18d6ef5baf26f7
2015-11-08 10:20:29 -08: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
RCTMacros.h Prevent RCTProfileTrampoline from getting stripped 2015-10-27 13:03:28 -07:00
RCTPerfMonitor.m Added lightweight generic annotations 2015-11-03 14:49:30 -08:00
RCTProfile.h Change async events' cookie to NSUInteger 2015-11-08 10:20:29 -08:00
RCTProfile.m Change async events' cookie to NSUInteger 2015-11-08 10:20:29 -08:00
RCTProfileTrampoline-arm.S Prevent RCTProfileTrampoline from getting stripped 2015-10-27 13:03:28 -07:00
RCTProfileTrampoline-arm64.S Prevent RCTProfileTrampoline from getting stripped 2015-10-27 13:03:28 -07:00
RCTProfileTrampoline-x86.S Prevent RCTProfileTrampoline from getting stripped 2015-10-27 13:03:28 -07:00
RCTProfileTrampoline-x86_64.S Preserve xmm registers on x86_64 2015-10-28 05:35:25 -07:00