Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Raikiri/LegitProfiler
A simple ImGui component for rendering profiling data
https://github.com/Raikiri/LegitProfiler
Last synced: about 2 months ago
JSON representation
A simple ImGui component for rendering profiling data
- Host: GitHub
- URL: https://github.com/Raikiri/LegitProfiler
- Owner: Raikiri
- License: mit
- Created: 2019-10-01T19:46:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T00:56:19.000Z (about 1 year ago)
- Last Synced: 2024-08-24T23:34:35.255Z (5 months ago)
- Language: C++
- Size: 890 KB
- Stars: 203
- Watchers: 5
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- AwesomeCppGameDev - LegitProfiler
README
This is a simple component that renders profiler data on your ImGui interface.
ProfilerGraph class is responsible for rendering one profiling histogram with legend (either CPU or GPU) and ProfilersWindow is a simple window with 2 graphs designed to render CPU and GPU data respectively.
![alt text](https://github.com/Raikiri/LegitProfiler/blob/master/Screenshots/01.png?raw=true)
Licensing
You're free to use any parts of this code in your private as well as commercial projects as long you leave an attribution somewhere. MIT license, basically. I'd also appreciate if you let me know that you found it useful.