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

Microprofile has been relicensed under the MIT (Expat) license three years ago in commit 2b64aaae25fc656404cdb94423db9040f196850f, but the README and the LICENSE file have never been updated to reflect the change

Hello, I either found an issue where timers report numbers incorrectly, or I'm misunderstanding something. TL;DR - `S.Frame[nTimerIndex].nCount` seems wrong for timers that overlap a call to MicroProfileFlip() -- I...

These fixes are needed for me to build microprofile with the latest VS2019 update (MSVC 19.28.29333). Cheers!

`-DMICROPROFILE_WEBSERVER=0` causes: ![image](https://user-images.githubusercontent.com/193258/88647389-a3e8ba00-d0ce-11ea-9c52-26c4cba464ad.png)

This change fixes issue when your profiling process is run under the debugger and you try to start context switch tracing - the first time you do it, context switch...

This fixed an issue when I had one time line scope in my capture, but it was never displayed.