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

Show when GPU commands were issued.

This commit is contained in:
Bartosz Taudul
2017-11-11 23:13:54 +01:00
parent af81d999e9
commit d61e03f879
2 changed files with 38 additions and 1 deletions
+4
View File
@@ -233,6 +233,10 @@ private:
int64_t m_regionStart;
int64_t m_regionEnd;
uint64_t m_gpuThread;
int64_t m_gpuStart;
int64_t m_gpuEnd;
bool m_showOptions;
bool m_showMessages;
bool m_drawGpuZones;