Package zombie
Class GameProfiler.ProfileArea
java.lang.Object
zombie.util.PooledObject
zombie.GameProfiler.ProfileArea
- All Implemented Interfaces:
IPooledObject
- Enclosing class:
- GameProfiler
public static class GameProfiler.ProfileArea extends PooledObject
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProfileArea()
-
Method Summary
Modifier and Type Method Description static GameProfiler.ProfileArea
alloc()
void
clear()
void
onReleased()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Key
public java.lang.String Key -
StartTime
public long StartTime -
EndTime
public long EndTime -
Total
public long Total -
Depth
public int Depth -
r
public float r -
g
public float g -
b
public float b -
Children
public final java.util.List Children
-
-
Constructor Details
-
ProfileArea
public ProfileArea()
-
-
Method Details
-
onReleased
public void onReleased() -
clear
public void clear() -
alloc
-