react-native-macos/React/Profiler
Tadeu Zagallo 789b5708ec Fix arch macro on profiler
Summary: public

Bad typo in `RCTProfile.m`, was using `__x86__` instead of the right one `__i386__`.

Reviewed By: jspahrsummers

Differential Revision: D2690557

fb-gh-sync-id: 537eb0502f5df22cd93665cabfddeead12cad9db
2015-11-24 06:50:10 -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 Replaced RCTSparseArray with NSDictionary 2015-11-14 10:28:28 -08:00
RCTProfile.h Rename RCTProfile(Begin|End)Event 2015-11-09 08:43:29 -08:00
RCTProfile.m Fix arch macro on profiler 2015-11-24 06:50:10 -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-i386.S Fix arch macro on profiler 2015-11-24 06:50:10 -08:00
RCTProfileTrampoline-x86_64.S Fix arch macro on profiler 2015-11-24 06:50:10 -08:00