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

@@ -68,6 +68,8 @@
# include <Inventor/C/glue/gl.h>
#endif
#include <Base/Profiler.h>
#include <Gui/SoFCInteractiveElement.h>
#include <Gui/Selection/SoFCSelectionAction.h>
#include <Gui/Selection/SoFCUnifiedSelection.h>
@@ -493,6 +495,8 @@ void SoBrepFaceSet::renderColoredArray(SoMaterialBundle *const materials)
void SoBrepFaceSet::GLRender(SoGLRenderAction *action)
{
ZoneScoped;
//SoBase::staticDataLock();
static bool init = false;
if (!init) {