Base: Add build support and instrumentation for the Tracy profiler.

This commit is contained in:
Joao Matos
2025-03-05 23:22:55 +00:00
committed by tritao
parent a14f6f18ea
commit 7ae14d6bd5
14 changed files with 239 additions and 12 deletions

View File

@@ -136,6 +136,9 @@
#include "WidgetFactory.h"
#include "3Dconnexion/navlib/NavlibInterface.h"
#ifdef BUILD_TRACY_FRAME_PROFILER
#include <tracy/Tracy.hpp>
#endif
using namespace Gui;
using namespace Gui::DockWnd;