Performance metrics
This article is a stub.
This feature is exclusive to Java Edition.
Performance metrics are timed recordings that report the game's performance in various measurements. They report tick durations, memory heap sizes, event loops, rendering statistics, and other information.
The number and details about which metrics are recorded is not solidified, and may be subject to change between versions.
Generating the log
Pressing F3 + L begins the debug log process. The process defaults to 10 seconds, but may be stopped at any time by pressing F3 + L again.
Log
The resulting log is saved at debug/profiling/<yyyy-MM-dd_HH.mm.ss>.zip.
File structure
<date>.zip
profiling.txt
deviations
(<tick>@<date>).txt
metrics
eventloops.csv
frame_times__ms_.csv
jvm.csv
mailboxes.csv
rendering_chunk_dispatching.csv
rendering_chunk_stats.csv
task_total_durations__ms_.csv
History
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.17 | 21w11a | Added Performance Metrics. | |||||