mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Display throughput plot.
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
~View();
|
||||
|
||||
static bool ShouldExit();
|
||||
static void Draw();
|
||||
|
||||
private:
|
||||
void Worker();
|
||||
@@ -43,6 +44,8 @@ private:
|
||||
void NewZone( uint64_t idx );
|
||||
void UpdateZone( uint64_t idx );
|
||||
|
||||
void DrawImpl();
|
||||
|
||||
std::string m_addr;
|
||||
|
||||
Socket m_sock;
|
||||
|
||||
Reference in New Issue
Block a user