Employee access required
This tool is marked employee-only. Sign in with an employee account from the main Omni-Science site to access it.
Time's Up!
Your free time for this tool has been used. Sign in for more time or upgrade to Omni-Pass for unlimited access.
Get Omni-PassBedrock Lag Analyzer

Welcome to the system.
Input Profile Data
Select or drop your Minecraft Bedrock .cpuprofile file here to begin performance mapping.
Loading Data...
Analysis Results
Source locations recorded by the CPU profiler, ranked by sampled self time (entries under 10 ms are hidden).
| Priority | Source File : Line : Column | Function / Event | First Seen | Calls (Hits) | Time Spent | Impact |
|---|
System Manual & Guide
Overview
This tool analyzes Minecraft Bedrock Edition .cpuprofile files and reports the exact source locations recorded in each profiler node. Time is sampled self time: it identifies where the profiler observed the CPU executing, without guessing about unrecorded code or claiming that sampling proves causation.
How to Obtain a .cpuprofile
- Load into your Minecraft Bedrock world or connect to your dedicated server.
- In the chat or server console, run the command:
/script profiler start - Play the game and reproduce the lag you want to analyze (wait about 1 to 3 minutes for a good sample size).
- Run the command:
/script profiler stop - Locate the generated file:
- Local Worlds (PC/Mobile): Look in your device's
games/com.mojang/minecraftWorlds/<World_Folder>/profiling/directory. - Dedicated Servers: Look in the server's root
profiling/directory.
- Local Worlds (PC/Mobile): Look in your device's
How to Analyze
- Generate a
.cpuprofilefile using the steps above. - Drag and drop the file into the input zone, or click to browse your computer.
- Wait for the system to process the data.
- Review the Analysis Results. Focus on Critical and High priority items first to improve performance.
Safety Guarantee
All file processing is conducted 100% locally on your device. Your `.cpuprofile` files, game logic, and code structures are never uploaded to any remote server or backend. This ensures complete privacy and security of your proprietary game data. Data is temporarily processed in your browser's memory and cleared when you close the tab.