mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add more perf counters
Reviewed By: AaaChiuuu Differential Revision: D5624307 fbshipit-source-id: a7fd744b7a1989f35efe99d7471337a411870934
This commit is contained in:
committed by
Facebook Github Bot
parent
3c12faf01c
commit
caaf7fd417
@@ -74,12 +74,18 @@ public class Systrace {
|
||||
final int cookie) {
|
||||
}
|
||||
|
||||
public static void beginAsyncSection(
|
||||
long tag, final String sectionName, final int cookie, final long startNanos) {}
|
||||
|
||||
public static void endAsyncSection(
|
||||
long tag,
|
||||
final String sectionName,
|
||||
final int cookie) {
|
||||
}
|
||||
|
||||
public static void endAsyncSection(
|
||||
long tag, final String sectionName, final int cookie, final long endNanos) {}
|
||||
|
||||
public static void traceCounter(
|
||||
long tag,
|
||||
final String counterName,
|
||||
|
||||
Reference in New Issue
Block a user