Package zombie

Class GameProfiler.ProfileArea

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

public class GameProfiler.ProfileArea
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float b  
    long EndTime  
    float g  
    float r  
    long StartTime  
    long Total  
  • Constructor Summary

    Constructors
    Constructor Description
    ProfileArea()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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 Details

    • ProfileArea

      public ProfileArea()