mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 09:17:55 +08:00
Append JS_require_ to require profile names
Reviewed By: tadeuzagallo Differential Revision: D2717939 fb-gh-sync-id: 4648e240eebfb3a7bc1c5041d4f1fba8761264a9
This commit is contained in:
committed by
facebook-github-bot-2
parent
10c8a1c417
commit
87253ca722
@@ -54,7 +54,7 @@
|
||||
// require cycles inside the factory from causing an infinite require loop.
|
||||
mod.isInitialized = true;
|
||||
|
||||
__DEV__ && BridgeProfiling().profile(id);
|
||||
__DEV__ && BridgeProfiling().profile('JS_require_' + id);
|
||||
|
||||
// keep args in sync with with defineModuleCode in
|
||||
// packager/react-packager/src/Resolver/index.js
|
||||
|
||||
Reference in New Issue
Block a user