mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Add executable time accessor.
This commit is contained in:
parent
8d39f91c6e
commit
3ff1692918
@ -404,6 +404,7 @@ public:
|
||||
const std::string& GetCaptureName() const { return m_captureName; }
|
||||
const std::string& GetCaptureProgram() const { return m_captureProgram; }
|
||||
uint64_t GetCaptureTime() const { return m_captureTime; }
|
||||
uint64_t GetExecutableTime() const { return m_executableTime; }
|
||||
const std::string& GetHostInfo() const { return m_hostInfo; }
|
||||
int64_t GetDelay() const { return m_delay; }
|
||||
int64_t GetResolution() const { return m_resolution; }
|
||||
|
Loading…
Reference in New Issue
Block a user