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

Only identify samples when IdentifySamples is set.

This commit is contained in:
Bartosz Taudul
2021-12-04 15:16:17 +01:00
parent 20f8c8b8a4
commit bbbae35925
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -918,6 +918,7 @@ private:
bool m_ignoreMemFreeFaults;
bool m_codeTransfer;
bool m_combineSamples;
bool m_identifySamples;
bool m_inconsistentSamples;
short_ptr<GpuCtxData> m_gpuCtxMap[256];