This commit is contained in:
JCW
2025-05-28 16:39:01 +01:00
parent 0dc0bc42ba
commit 775e8e4af7

View File

@@ -93,11 +93,11 @@ public:
{
// profiler_.functionName = "xxhasher-" + std::to_string(totalSize_);
// auto start = std::chrono::steady_clock::now();
if (0)
{
FunctionProfiler _{"-free"};
XXH3_freeState(state_);
}
// if (0)
// {
// FunctionProfiler _{"-free"};
// XXH3_freeState(state_);
// }
}
template <