Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.