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 коммит произвёл Facebook Github Bot
Родитель 074c3cef14
Коммит ffbb2a0ec1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -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 * beginEvent/endEvent for starting and then ending a profile within the same call stack frame
**/ **/