mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 22:35:29 +08: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
@@ -11,5 +11,5 @@ package com.facebook.react.bridge;
|
||||
import java.util.Map;
|
||||
|
||||
public interface PerformanceCounter {
|
||||
public Map<String,Double> getPerformanceCounters();
|
||||
public Map<String, Long> getPerformanceCounters();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user