Package zombie

Class GameProfiler.ProfileArea

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

public static class GameProfiler.ProfileArea extends PooledObject
  • 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

    • onReleased

      public void onReleased()
    • clear

      public void clear()
    • alloc

      public static GameProfiler.ProfileArea alloc()