ModProfile Profiling Lib
Simple header-only lib to allow simple profiling of C++ methods within your mod
I wasn't really happy with Unreal Insights or Jetbrains profiling tools as they tend to take more time to get the information I need in a modding context. This is much simpler and straightforwards.
This library simply outputs the method name and the execution time into your log:
https://github.com/TheRealBeef/Satisfactory-ModProfile-Lib
GitHub
GitHub - TheRealBeef/Satisfactory-ModProfile-Lib: Custom Header-onl...
Custom Header-only Modding Library for simple profiling of methods. - TheRealBeef/Satisfactory-ModProfile-Lib
0 Replies