Static variables

@:enum@:native("MODE_PAUSE")staticread onlyPause:ProfilerMode

  • Pauses on the currently displayed frame

@:enum@:native("MODE_RECORD")staticread onlyRecord:ProfilerMode

  • Records all incoming frames to the recording buffer

@:enum@:native("MODE_SHOW_PEAK_FRAME")staticread onlyShowPeakFrame:ProfilerMode

  • Pauses on the currently displayed frame but shows a new frame if that frame is slower

@:enum@:native("MODE_RUN")staticread onlyrun:ProfilerMode

  • This is default mode that continously shows the last frame