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

Display host info.

This commit is contained in:
Bartosz Taudul
2018-08-19 18:24:43 +02:00
parent 203d9b4b85
commit 71bfd15d9e
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -174,6 +174,7 @@ public:
const std::string& GetAddr() const { return m_addr; }
const std::string& GetCaptureName() const { return m_captureName; }
const std::string& GetHostInfo() const { return m_hostInfo; }
int64_t GetDelay() const { return m_delay; }
int64_t GetResolution() const { return m_resolution; }