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

Zones can be now also grouped by call stack.

This commit is contained in:
Bartosz Taudul
2018-07-21 20:26:13 +02:00
parent 3c6baf53da
commit 9291a88020
3 changed files with 74 additions and 37 deletions
+2
View File
@@ -47,6 +47,7 @@ struct UnsupportedVersion : public std::exception
class Worker
{
public:
#pragma pack( 1 )
struct ZoneThreadData
{
@@ -55,6 +56,7 @@ class Worker
};
#pragma pack()
private:
struct SourceLocationZones
{
SourceLocationZones()