MicroProfiler modes

The MicroProfiler includes several modes, which can help you visualize your game's performance characteristics in different ways. After opening the MicroProfiler, use the Modes menu to switch between them.

Frame mode and detailed mode are covered under MicroProfiler basics.

Timers mode

Timers mode is an alternative way of visualizing the data in the detailed view: as a list of labels with processing times and call counts. Horizontal bar graphs in some columns help you spot the busiest tasks.

Timers mode.

Controls are similar to detailed view:

  • Left-click and hold to pan up and down.
  • Left-click a label to add it to the line graph in the lower-right.
  • Use the Groups menu to filter the list.
  • Use the Timers menu to customize the columns.

Counters mode

Counters mode is a lengthy list of categories and statistics, including instance count and memory usage (in bytes) for the various tasks.

Counters mode with a single graph.
  • Just like the detailed view, left-click and hold to pan up and down.
  • Left-click in the Graph column to add a small usage graph with minimum and maximum values. Left-click the graph again to expand it.
  • Right-click a graph to close it.
  • You can't filter this view, but you can left-click on a category (for example, memory) to collapse it.

While counters mode can be useful, the Developer Console is the best way to identify memory issues. You might also find the X-ray view helpful for identifying when problematic memory allocation occurs.

Groups mode

Only available in the web UI. Similar to timers mode, groups mode provides average, max, and total task times for each group, broken down by thread, to help you identify how broad categories of tasks are impacting your frame times.

MicroProfiler web UI showing groups mode.

Threads mode

Only available in the web UI. Similar to timers mode, threads mode provides average and total task times for each thread, broken down by group, to help you identify how your game is distributing tasks across threads.

MicroProfiler web UI showing threads mode.

Hidden mode

Only available in the desktop UI. Hidden mode keeps the MicroProfiler menu open, but hides the bar graph. It's useful for reducing visual clutter, saving frame data, and pausing and unpausing while you observe the line graph.

©2026 Roblox Corporation. Roblox, the Roblox logo and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.