• Stars
    star
    216
  • Rank 183,179 (Top 4 %)
  • Language
    C++
  • License
    MIT License
  • Created about 5 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple ImGui component for rendering profiling data

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

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.