1
0
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:
Bartosz Taudul
2017-09-15 02:30:22 +02:00
parent d7c09605d6
commit 74f692c254
2 changed files with 29 additions and 0 deletions
+3
View File
@@ -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;