diff options
Diffstat (limited to 'src/platform/markBundleStartTime.web.ts')
-rw-r--r-- | src/platform/markBundleStartTime.web.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/platform/markBundleStartTime.web.ts b/src/platform/markBundleStartTime.web.ts new file mode 100644 index 000000000..cd64c9f1c --- /dev/null +++ b/src/platform/markBundleStartTime.web.ts @@ -0,0 +1,2 @@ +// @ts-ignore Web-only. On RN, this is set by Metro. +window.__BUNDLE_START_TIME__ = performance.now() |