Bug 1189881 - Move GeckoJavaSampler::getProfilerTime out of AndroidJNI.cpp. r=jchen

This commit is contained in:
Dylan Roeh
2015-09-15 11:54:56 -05:00
parent 6a701a0fe2
commit 651c3c008b
7 changed files with 66 additions and 15 deletions

View File

@@ -22,6 +22,7 @@ public class GeckoJavaSampler {
// Use the same timer primitive as the profiler
// to get a perfect sample syncing.
@WrapForJNI
private static native double getProfilerTime();
private static class Sample {
@@ -208,6 +209,3 @@ public class GeckoJavaSampler {
}
}
}