├── .gitignore ├── ImGuiProfilerRenderer.h ├── LICENSE.txt ├── ProfilerTask.h ├── README.md └── Screenshots └── 01.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/.gitignore -------------------------------------------------------------------------------- /ImGuiProfilerRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/ImGuiProfilerRenderer.h -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /ProfilerTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/ProfilerTask.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Raikiri/LegitProfiler/HEAD/Screenshots/01.png --------------------------------------------------------------------------------