impr: Simplify tracy integration

This commit is contained in:
WerWolv
2024-06-01 23:57:34 +02:00
parent 3e0bb6d8be
commit 92b5fd84c2
8 changed files with 38 additions and 55 deletions

View File

@@ -1,13 +1 @@
#include <hex/trace/instrumentation.hpp>
namespace hex {
void functionEntry([[maybe_unused]] void *functionAddress) {
}
void functionExit([[maybe_unused]] void *functionAddress) {
}
}
#include <hex/trace/instrumentation.hpp>