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

Callstack frame queries.

This commit is contained in:
Bartosz Taudul
2018-06-20 00:25:26 +02:00
parent 4ba95145da
commit 203744cdd9
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ enum ServerQuery : uint8_t
ServerQueryThreadString,
ServerQuerySourceLocation,
ServerQueryPlotName,
ServerQueryCallstackFrame,
};
enum { WelcomeMessageProgramNameSize = 64 };