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

Allow skipping functions on top of call stack.

Note that this is on-client performance intensive and shouldn't be used,
except in special situations, like processing crashes.
This commit is contained in:
Bartosz Taudul
2018-08-20 22:20:44 +02:00
parent b371003336
commit d1adf9e8d6
2 changed files with 39 additions and 0 deletions
+2
View File
@@ -325,6 +325,8 @@ public:
#endif
}
void SendCallstack( int depth, uint64_t thread, const char* skipBefore );
static bool ShouldExit();
#ifdef TRACY_ON_DEMAND