mirror of https://github.com/status-im/metro.git
Append JS_require_ to require profile names
Reviewed By: tadeuzagallo Differential Revision: D2717939 fb-gh-sync-id: 4648e240eebfb3a7bc1c5041d4f1fba8761264a9
This commit is contained in:
parent
c68fa4b4d8
commit
5ea0b333e7
|
@ -54,7 +54,7 @@
|
||||||
// require cycles inside the factory from causing an infinite require loop.
|
// require cycles inside the factory from causing an infinite require loop.
|
||||||
mod.isInitialized = true;
|
mod.isInitialized = true;
|
||||||
|
|
||||||
__DEV__ && BridgeProfiling().profile(id);
|
__DEV__ && BridgeProfiling().profile('JS_require_' + id);
|
||||||
|
|
||||||
// keep args in sync with with defineModuleCode in
|
// keep args in sync with with defineModuleCode in
|
||||||
// packager/react-packager/src/Resolver/index.js
|
// packager/react-packager/src/Resolver/index.js
|
||||||
|
|
Loading…
Reference in New Issue