mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store profiling start time.
This commit is contained in:
@@ -25,6 +25,7 @@ public:
|
||||
private:
|
||||
void Worker();
|
||||
|
||||
int64_t m_timeBegin;
|
||||
std::thread m_thread;
|
||||
std::atomic<bool> m_shutdown;
|
||||
moodycamel::ConcurrentQueue<QueueItem> m_queue;
|
||||
|
||||
Reference in New Issue
Block a user