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