mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow address/port retrieval from View.
This commit is contained in:
@@ -337,6 +337,7 @@ public:
|
||||
~Worker();
|
||||
|
||||
const std::string& GetAddr() const { return m_addr; }
|
||||
int GetPort() const { return m_port; }
|
||||
const std::string& GetCaptureName() const { return m_captureName; }
|
||||
const std::string& GetCaptureProgram() const { return m_captureProgram; }
|
||||
uint64_t GetCaptureTime() const { return m_captureTime; }
|
||||
|
||||
Reference in New Issue
Block a user