Skip to content

Commit ffbb2a0

Browse files
alexeylangfacebook-github-bot
authored andcommitted
Clean up unused metrics
Reviewed By: AaaChiuuu Differential Revision: D5020126 fbshipit-source-id: decaa9dd4b2ba5c25eed24a29836a3e7bdba0233
1 parent 074c3ce commit ffbb2a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Libraries/Performance/Systrace.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ const Systrace = {
8181
}
8282
},
8383

84+
isEnabled(): boolean {
85+
return _enabled;
86+
},
87+
8488
/**
8589
* beginEvent/endEvent for starting and then ending a profile within the same call stack frame
8690
**/

0 commit comments

Comments
 (0)