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

Move callstack cutting to a separate function.

This commit is contained in:
Bartosz Taudul
2019-03-05 02:15:13 +01:00
parent b37a9055d5
commit ec73178733
2 changed files with 18 additions and 10 deletions
+1
View File
@@ -339,6 +339,7 @@ public:
}
void SendCallstack( int depth, uint64_t thread, const char* skipBefore );
static void CutCallstack( void* callstack, const char* skipBefore );
static bool ShouldExit();