com.googlecode.androidannotations.helper
Class TimeStats

java.lang.Object
  extended by com.googlecode.androidannotations.helper.TimeStats

public class TimeStats
extends Object


Constructor Summary
TimeStats()
           
 
Method Summary
 void clear()
           
 void logStats()
           
 void setMessager(Messager messager)
           
 void start(String key)
           
 void stop(String key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeStats

public TimeStats()
Method Detail

start

public void start(String key)

stop

public void stop(String key)

toString

public String toString()
Overrides:
toString in class Object

logStats

public void logStats()

setMessager

public void setMessager(Messager messager)

clear

public void clear()


Copyright © 2010-2013. All Rights Reserved.