measure time between building ReactInstanceManager and creating ReactContext

Reviewed By: alexeylang

Differential Revision: D4705021

fbshipit-source-id: 555ad512aed5b44165091a4bcc25a8a5564d55d3
This commit is contained in:
Aaron Chiu 2017-03-14 12:57:17 -07:00 committed by Facebook Github Bot
parent 3e528b1014
commit 95b61925b3
1 changed files with 1 additions and 0 deletions

View File

@ -68,4 +68,5 @@ public class ReactMarkerConstants {
public static final String ON_HOST_PAUSE_END = "ON_HOST_PAUSE_END";
public static final String CONVERT_CONSTANTS_START = "CONVERT_CONSTANTS_START";
public static final String CONVERT_CONSTANTS_END = "CONVERT_CONSTANTS_END";
public static final String PRE_REACT_CONTEXT_END = "PRE_REACT_CONTEXT_END";
}