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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user