citra/externals/microprofile
Davide Italiano f2e3caee6c Fix the build with clang 3.8.
This fixes a bunch of narrowing conversion errors, e.g.:
error: format specifies type 'unsigned long long' but the argument has type
      'u64' (aka 'unsigned long') [-Werror,-Wformat]
2016-10-22 15:12:35 -07:00
..
microprofile_html.h Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofile.h Integrate the MicroProfile profiling library 2015-08-24 22:16:28 -03:00
microprofileui.h Fix the build with clang 3.8. 2016-10-22 15:12:35 -07: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