blob: ba2c96ad3ec937408f1ed19c6bc3b7c43b9af8cf [file] [log] [blame]
#ifdef RIVE_MICROPROFILE
#define MICROPROFILE_IMPL
#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