Clean up unused metrics

Reviewed By: AaaChiuuu

Differential Revision: D5020126

fbshipit-source-id: decaa9dd4b2ba5c25eed24a29836a3e7bdba0233
This commit is contained in:
Alexey Lang
2017-05-09 13:19:15 -07:00
committed by Facebook Github Bot
parent 074c3cef14
commit ffbb2a0ec1

View File

@@ -81,6 +81,10 @@ const Systrace = {
}
},
isEnabled(): boolean {
return _enabled;
},
/**
* beginEvent/endEvent for starting and then ending a profile within the same call stack frame
**/