1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Rename ParamPingback to more generic AckServerQueryNoop.

This commit is contained in:
Bartosz Taudul
2021-02-03 21:47:03 +01:00
parent 253c3ae4c8
commit f97223e394
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -3009,7 +3009,7 @@ void Profiler::HandleParameter( uint64_t payload )
const auto idx = uint32_t( payload >> 32 );
const auto val = int32_t( payload & 0xFFFFFFFF );
m_paramCallback( idx, val );
TracyLfqPrepare( QueueType::ParamPingback );
TracyLfqPrepare( QueueType::AckServerQueryNoop );
TracyLfqCommit;
}