You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/externals/microprofile
noah the goodra 2509c44078 changed the WIN32 macro in microprofileui (#2528)
I changed the macro in microprofileui.h from WIN32 to _WIN32 so that it
would correctly dectect that its being compiled on a windows platform
8 years ago
..
README.md Integrate the MicroProfile profiling library 10 years ago
microprofile.h Add mingw compile support 8 years ago
microprofile_html.h Integrate the MicroProfile profiling library 10 years ago
microprofileui.h changed the WIN32 macro in microprofileui (#2528) 8 years ago

README.md

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