Add more perf counters

Reviewed By: AaaChiuuu

Differential Revision: D5624307

fbshipit-source-id: a7fd744b7a1989f35efe99d7471337a411870934
This commit is contained in:
Alexey Lang
2017-08-17 07:54:18 -07:00
committed by Facebook Github Bot
parent 3c12faf01c
commit caaf7fd417
5 changed files with 149 additions and 64 deletions
@@ -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,