add markerAnnotation to QPL JS API

Reviewed By: javache

Differential Revision: D4575107

fbshipit-source-id: 55d2fe86c863d3234ffe9e6520bf3ee96c41012d
This commit is contained in:
Aaron Chiu
2017-02-19 18:10:49 -08:00
committed by Facebook Github Bot
parent 927b356245
commit 555e456754
2 changed files with 46 additions and 1 deletions

View File

@@ -85,9 +85,21 @@ public class QuickPerformanceLogger {
String tag) {
}
public void markerAnnotate(
int markerId,
String annotationKey,
String annotationValue) {
}
public void markerAnnotate(
int markerId,
int instanceKey,
String annotationKey,
String annotationValue) {
}
public long currentMonotonicTimestamp() {
return 0L;
}
}