Add REGISTER_JS_SEGMENT perf markers

Reviewed By: cwdick

Differential Revision: D9244289

fbshipit-source-id: 9004a0405f9622cbd0bbb837b99df32454f35bb8
This commit is contained in:
Alex Dvornikov
2018-08-10 09:26:18 -07:00
committed by Facebook Github Bot
parent 87f5463c0e
commit 1cd9aa2dea
4 changed files with 12 additions and 0 deletions

View File

@@ -85,4 +85,6 @@ public enum ReactMarkerConstants {
CREATE_MC_MODULE_END,
CREATE_MC_MODULE_GET_METADATA_START,
CREATE_MC_MODULE_GET_METADATA_END,
REGISTER_JS_SEGMENT_START,
REGISTER_JS_SEGMENT_STOP,
}