mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
CPU architecture accessor.
This commit is contained in:
parent
39da6c7c19
commit
53d0b91f26
@ -366,6 +366,7 @@ public:
|
||||
int64_t GetDelay() const { return m_delay; }
|
||||
int64_t GetResolution() const { return m_resolution; }
|
||||
uint64_t GetPid() const { return m_pid; };
|
||||
CpuArchitecture GetCpuArch() const { return m_data.cpuArch; }
|
||||
|
||||
std::shared_mutex& GetDataLock() { return m_data.lock; }
|
||||
size_t GetFrameCount( const FrameData& fd ) const { return fd.frames.size(); }
|
||||
|
Loading…
Reference in New Issue
Block a user