Java android.util TimingLogger fields, constructors, methods, implement or subclass

Example usage for Java android.util TimingLogger fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util TimingLogger.

The text is from its open source code.

Constructor

TimingLogger(String tag, String label)
Create and initialize a TimingLogger object that will log using the specific tag.

Method

voidaddSplit(String splitLabel)
Add a split for the current time, labeled with splitLabel.
voiddumpToLog()
Dumps the timings to the log using Log.d().