Class GameProfiler.ProfileArea

java.lang.Object
zombie.util.PooledObject
zombie.GameProfiler.ProfileArea
All Implemented Interfaces:
AutoCloseable, IPooledObject
Enclosing class:
GameProfiler

public static class GameProfiler.ProfileArea extends PooledObject implements AutoCloseable
  • Field Details

    • Key

      public 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 List<GameProfiler.ProfileArea> Children
  • Constructor Details

    • ProfileArea

      public ProfileArea()
  • Method Details