aboutsummaryrefslogtreecommitdiff
path: root/src/com/android/tv/perf/PerformanceMonitor.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/tv/perf/PerformanceMonitor.java')
-rw-r--r--src/com/android/tv/perf/PerformanceMonitor.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/com/android/tv/perf/PerformanceMonitor.java b/src/com/android/tv/perf/PerformanceMonitor.java
index 40368b41..111aa851 100644
--- a/src/com/android/tv/perf/PerformanceMonitor.java
+++ b/src/com/android/tv/perf/PerformanceMonitor.java
@@ -16,10 +16,10 @@
package com.android.tv.perf;
-import android.content.Context;
-
import static com.android.tv.perf.EventNames.EventName;
+import android.content.Context;
+
/** Measures Performance. */
public interface PerformanceMonitor {
@@ -62,7 +62,6 @@ public interface PerformanceMonitor {
*/
TimerEvent startTimer();
-
/**
* Stops timer for a specific event and records the timer duration. passing a null TimerEvent
* will cause this operation to be skipped.