mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
implemented tracing async flow events (s, t and f)
Reviewed By: jkeljo Differential Revision: D2699625 fb-gh-sync-id: 1d1b41fac157650e98a49307b701b6da63589c4b
This commit is contained in:
committed by
facebook-github-bot-7
parent
b6f662d6b6
commit
b0e39d26ae
@@ -83,4 +83,22 @@ public class Systrace {
|
|||||||
final String counterName,
|
final String counterName,
|
||||||
final int counterValue) {
|
final int counterValue) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void startAsyncFlow(
|
||||||
|
long tag,
|
||||||
|
final String sectionName,
|
||||||
|
final int cookie){
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void stepAsyncFlow(
|
||||||
|
long tag,
|
||||||
|
final String sectionName,
|
||||||
|
final int cookie){
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void endAsyncFlow(
|
||||||
|
long tag,
|
||||||
|
final String sectionName,
|
||||||
|
final int cookie){
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user