blob: 22f306e9171f86bc2b0a9e10734741c404148b6d [file] [log] [blame] [edit]
#ifdef RIVE_MICROPROFILE
#define MICROPROFILE_IMPL
#define MICROPROFILE_WEBSERVER 0
#if defined(RIVE_WINDOWS)
#define MICROPROFILE_GPU_TIMERS_D3D11 1
#define MICROPROFILE_GPU_TIMERS_D3D12 1
#endif
#include "rive/profiler/microprofile_emscripten.h"
#ifdef __EMSCRIPTEN__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wformat"
#endif
#include "microprofile.h"
#ifdef __EMSCRIPTEN__
#pragma clang diagnostic pop
#endif
#endif