denyskryvytskyi / ElvenEngine

2D/3D game engine from scratch
MIT License
81 stars 6 forks source link

Profiler #10

Closed denyskryvytskyi closed 7 months ago

denyskryvytskyi commented 2 years ago

Maybe integrate lightweight profiler https://github.com/bombomby/optick

denyskryvytskyi commented 7 months ago

Implemented a simple profiler that is displayed in imgui-based panel. For now, this is enough, external profiler can be implemented in the future.