add perf marker for create module
Reviewed By: andreicoman11 Differential Revision: D3910533 fbshipit-source-id: 645da63ac9fb0721f13eba05f52ae2c37a868f60
This commit is contained in:
parent
24c72f513e
commit
1b2d9a858b
|
@ -33,4 +33,6 @@ public class ReactMarkerConstants {
|
|||
"CREATE_UI_MANAGER_MODULE_CONSTANTS_START";
|
||||
public static final String CREATE_UI_MANAGER_MODULE_CONSTANTS_END =
|
||||
"CREATE_UI_MANAGER_MODULE_CONSTANTS_END";
|
||||
public static final String CREATE_MODULE_START = "CREATE_MODULE_START";
|
||||
public static final String CREATE_MODULE_END = "CREATE_MODULE_END";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue