Play Mode, Saves, and Diagnostics · Version 0.5

Frame Profiler

Inspect rolling frame timing and tile rendering counters without paying profiling overhead while the tool is closed.

Open Frame Profiler from the Window menu when you need to inspect editor or runtime performance.

The profiler reports rolling measurements for the main window:

  • Frame time
  • Frame rate
  • Update
  • Render
  • Presentation
  • FPS

It also reports recent render counters:

  • Draw Calls
  • Visible Tiles
  • Visible Chunks
  • Chunk Rebuilds
  • Cached Chunks

Using the profiler

  1. Open the profiler and reproduce the expensive view or interaction.
  2. Watch the rolling measurements rather than reacting to one frame.
  3. Use tile counters to confirm that only visible content renders and only edited chunks rebuild.
  4. Choose Pause to freeze the displayed sample.
  5. Choose Reset Samples to begin a clean measurement window.

Profiling collection is disabled while the window is closed. The display updates at a controlled rate while collecting and becomes event-driven when paused.