public class Timer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Timer.Entry |
Constructor and Description |
---|
Timer(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static void |
clearEntries() |
static void |
dumpEntries(java.io.PrintStream out) |
void |
end() |
static java.lang.Iterable<Timer.Entry> |
getEntries() |
static void |
logTime(java.lang.String name,
long elapsedTime) |
public void end()
public static void logTime(java.lang.String name, long elapsedTime)
public static java.lang.Iterable<Timer.Entry> getEntries()
public static void clearEntries()
public static void dumpEntries(java.io.PrintStream out)
Copyright © 2009-2017 Google. All Rights Reserved.