Stopwatch - A Forge Mod Loading Profiler
A lightweight Minecraft Forge coremod to measure and profile the loading times of mods. After all mods load, the loading time summaries are written to stopwatch-mod-loading-summary.txt in your .minecraft folder. In the future, these results will be available in an in-game GUI.
Notes:
- Mods and states that take 1ms or less to load are excluded from the results.
- Mods can load in parallel, so the sum of mod loading times may be less than the total loading time.