microprofile icon indicating copy to clipboard operation
microprofile copied to clipboard

microprofile is an embeddable profiler

Results 28 microprofile issues
Sort by recently updated
recently updated
newest added

This reproduces it: `while(1){ MicroProfileFlip(0); }`

## My mingw64 is download from WinLibs ## when I build this project with ``` cmake .. -G "Ninja" ninja ``` # the error is ``` [1/2] Building CXX object...

This pull request addresses several issues and improvements related to the meson build system and versioning. The following changes have been made: 1. Set project version in `meson.build`: The project...

The unlicensed `ConvertRgbToHsl` and `ConvertHslToColor` functions taken from have been replaced with free alternatives taken from Fixes #81

Hi! Thanks for providing such a super-cool project. I wonder, if it is possible to add Nvidia Cuda GPU support, especially for the **Event** timing. (Although using device sync and...

Not sure what's going on, but after doing a capture on a very slow system the detailed view is empty even though the timer view shows several timers. [MicroProfile Capture.zip](https://github.com/jonasmr/microprofile/files/13631591/MicroProfile.Capture.zip)

Currently `MICROPROFILE_MINIZ` is defined to 1 in the demos and "miniz.c" is included there. However, no one really uses it. I also checked the web server response and found no...

Hi, microprofile currently contains some non-free JavaScript code embedded in `src/microprofile*.html`, specifically the HSL to/from RGB functions: https://github.com/jonasmr/microprofile/blob/b20a06d66fe41b07e9e8fce5248908c44f2531d5/src/microprofile.html#L103-L158 The code from is not licensed, meaning that it cannot be used...