Class GameProfiler.ProfileArea
java.lang.Object
zombie.util.PooledObject
zombie.GameProfiler.ProfileArea
- All Implemented Interfaces:
AutoCloseable, IPooledObject
- Enclosing class:
GameProfiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GameProfiler.ProfileAreaalloc()voidclear()voidclose()voidMethods inherited from class PooledObject
getPoolReference, isFree, release, setFree, setPool
-
Field Details
-
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
-
-
Constructor Details
-
ProfileArea
public ProfileArea()
-
-
Method Details
-
onReleased
public void onReleased()- Specified by:
onReleasedin interfaceIPooledObject
-
clear
public void clear() -
alloc
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-