public class

DebugTimer

extends Object
java.lang.Object
   ↳ org.andengine.util.debug.DebugTimer

Class Overview

(c) Zynga 2011

Summary

Nested Classes
class DebugTimer.DebugTime  
Public Constructors
DebugTimer(String pLabel)
DebugTimer(Debug.DebugLevel pDebugLevel, String pLabel)
Public Methods
void begin(String pLabel)
void clear()
void dump()
void dump(boolean pClear)
void end()
void split(String pLabel)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DebugTimer (String pLabel)

public DebugTimer (Debug.DebugLevel pDebugLevel, String pLabel)

Public Methods

public void begin (String pLabel)

public void clear ()

public void dump ()

public void dump (boolean pClear)

public void end ()

public void split (String pLabel)