Lua Profiler


Boodals's lua profiler for identifying performance intensive parts of mods, wrapped in a mod for convenient cross-mod requires. This is a developer tool, not meant for actual gameplay. It is intentionally desync unsafe. Do not use it in multiplayer.

4 years ago
0.17 - 0.18
16
Owner:
justarandomgeek
Source:
https://github.com/justarandomgeek/Fa...
Homepage:
https://github.com/Boodals/Factorio-Profiler
License:
The Unlicense (Public Domain)
Created:
4 years ago
Latest Version:
0.18.0 (4 years ago)
Factorio version:
0.17 - 0.18
Downloaded by:
16 users

Add require('__profiler__/profiler.lua') to your mod to load the profiler, then use it as described in the README

Optionally, set No_Profiler_Commands = true before the require to prevent it registering its own commands, if you intend to provide your own remote interface for starting/stopping profiling.