microprofile
microprofile copied to clipboard
microprofile is an embeddable profiler
Hi, it's not very clear for beginners how to use this library. Is there a short and complete example that explains how to use it in actual code, where the...
In this code, it's perfectly possible for pOldest to still be nullptr when it comes to the end (Which I know from observation). While this condition has an ASSERT, that...
I'm getting the following validation errors when using microprofile with Khronos validation layers enabled: When enabling the GPU group in the web UI: > VkQueryPool 0xf37618000000003d[] was created with a...
Markers started before the first captured frame(or ended after the last frame capture), are currently not shown.
More details in code review comments. These changes were necessary to get microprofile working using GCC on linux, with Vulkan timers enabled.
Would you like to add more error handling for return values from functions like the following? - [fopen](https://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html "Open a stream.") ⇒ [MicroProfileSymbolUpdateModuleList](https://github.com/jonasmr/microprofile/blob/48b2eab20b7a05934148234cbc1e774554229cf6/microprofile.cpp#L12549) - [ftell](https://pubs.opengroup.org/onlinepubs/9699919799/functions/ftell.html "Return a file offset.") ⇒...
Hi Jonas, Can you re-upload XB1 version of microprofile to XB1 Dev Forum? Your 2 years old topic is closed by MS and it has no attachment in it :(
When compiling microprofile using gcc 7, a format-truncation warning is emitted at this line: https://github.com/jonasmr/microprofile/blob/bca802bae1e252fde133dff54c47ba8d3a950c1d/microprofile.cpp#L1508 log output: https://travis-ci.com/rwengine/openrw/jobs/161257735#L3033 note: Adding `-Wformat-truncation` lets all gcc's emit this warning.
- When building 32-bit microprofile on Windows using Visual Studio, a warning is emitted because of an implicit conversion from a `uint64_t` to a `size_t` (=`uint32_t`). https://ci.appveyor.com/project/madebr/openrw/builds/20589186/job/a0mg2gd4nfmuy2kl#L657 - Convert space...
It works if your token is already called `token` but otherwise it causes a compiler error: `Use of undeclared identifier 'token'` or similar.