zombie
Class GameProfiler.ProfileArea

java.lang.Object
  extended by zombie.GameProfiler.ProfileArea
Enclosing class:
GameProfiler

public class GameProfiler.ProfileArea
extends java.lang.Object


Field Summary
 float b
           
 long EndTime
           
 float g
           
 float r
           
 long StartTime
           
 long Total
           
 
Constructor Summary
GameProfiler.ProfileArea()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Total

public long Total

StartTime

public long StartTime

EndTime

public long EndTime

r

public float r

g

public float g

b

public float b
Constructor Detail

GameProfiler.ProfileArea

public GameProfiler.ProfileArea()