Example usage for Java android.util TimingLogger fields, constructors, methods, implement or subclass
The text is from its open source code.
TimingLogger(String tag, String label) Create and initialize a TimingLogger object that will log using the specific tag. |
void | addSplit(String splitLabel) Add a split for the current time, labeled with splitLabel. |
void | dumpToLog() Dumps the timings to the log using Log.d(). |