Track store rehydrated
Reviewed By: lblasa Differential Revision: D50121107 fbshipit-source-id: f2548a4303bd7ce5a38c32eb76f50c440201b397
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6f7027bccd
commit
a90ff51e2c
@@ -9,7 +9,9 @@
|
||||
|
||||
import {getLogger} from 'flipper-common';
|
||||
|
||||
type UIPerfEvents = 'ui-perf-everything-finally-loaded-jeeeez';
|
||||
type UIPerfEvents =
|
||||
| 'ui-perf-store-rehydrated'
|
||||
| 'ui-perf-everything-finally-loaded-jeeeez';
|
||||
|
||||
class UIPerfTracker {
|
||||
private t0!: number;
|
||||
|
||||
Reference in New Issue
Block a user