mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Implement display of grouped instruction pointer statistics.
This commit is contained in:
@@ -224,6 +224,11 @@ private:
|
||||
int m_selMicroArch;
|
||||
int m_idxMicroArch;
|
||||
bool m_showLatency;
|
||||
|
||||
unordered_flat_set<uint32_t> m_asmSampleSelect;
|
||||
unordered_flat_set<uint32_t> m_srcSampleSelect;
|
||||
uint32_t m_asmGroupSelect = -1;
|
||||
uint32_t m_srcGroupSelect = -1;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user