yuzu-fork/externals/microprofile
ReinUsesLisp 3dcaaa18be externals/microprofile: Fix data race in g_bUseLock
As reported by tsan, g_bUseLock had a data race. Fix this using an
atomic boolean.
2020-08-26 02:47:54 +00:00
..
microprofile.h externals/microprofile: Fix data race in g_bUseLock 2020-08-26 02:47:54 +00:00
microprofile_html.h Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofileui.h microprofile: Don't memset through std::atomic types 2020-08-23 21:19:01 -04:00
README.md Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00

microprofile

MicroProfile is a embeddable profiler in a single file, written in C++

It can display profile information in the application, or by generating captures via a minimal built in webserver.

For more information see the project webpage at https://bitbucket.org/jonasmeyer/microprofile