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

Rename has_stacktrace -> has_callstack

This commit is contained in:
Igor S. Gerasimov
2024-12-27 11:43:00 +01:00
parent 9aba23bbb0
commit a2fce55aee
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ public:
#ifdef TRACY_ON_DEMAND
m_connectionId = GetProfiler().ConnectionId();
#endif
if (depth > 0 && has_stacktrace()) {
if (depth > 0 && has_callstack()) {
GetProfiler().SendCallstack( depth );
TracyQueuePrepare( QueueType::ZoneBeginCallstack );
@@ -60,7 +60,7 @@ public:
#ifdef TRACY_ON_DEMAND
m_connectionId = GetProfiler().ConnectionId();
#endif
if (depth > 0 && has_stacktrace()) {
if (depth > 0 && has_callstack()) {
GetProfiler().SendCallstack( depth );
TracyQueuePrepare( QueueType::ZoneBeginAllocSrcLocCallstack );