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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user