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

Allow crash event reporting.

When crash happens there's no longer anything to profile -- don't wait
for unfinished zones to finish before sending client terminate
confirmation.
This commit is contained in:
Bartosz Taudul
2018-08-20 01:03:16 +02:00
parent ca939ccd19
commit 366ea35593
3 changed files with 17 additions and 6 deletions
+1
View File
@@ -375,6 +375,7 @@ private:
std::string m_captureName;
std::string m_hostInfo;
bool m_terminate;
bool m_crashed;
LZ4_streamDecode_t* m_stream;
char* m_buffer;
int m_bufferOffset;