CallableTracer: fix namespace and decouple from SMO::OptionsParser

We now have a static local var that informs libspinscale whether or
not to print the callable traces at runtime.
This commit is contained in:
2026-02-17 11:03:52 -04:00
parent 18b632e5bb
commit 130921062c
3 changed files with 17 additions and 15 deletions

View File

@@ -77,6 +77,7 @@ add_library(spinscale SHARED
src/component.cpp
src/puppetApplication.cpp
src/runtime.cpp
src/callableTracer.cpp
)
# Conditionally add qutexAcquisitionHistoryTracker.cpp only when debug locks