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

Process additional hardware sample data.

This commit is contained in:
Bartosz Taudul
2021-05-20 02:19:11 +02:00
parent 5f3d1c0faf
commit 227a8d1aee
3 changed files with 48 additions and 0 deletions
+4
View File
@@ -255,6 +255,10 @@ struct HwSampleData
{
uint32_t cycles;
uint32_t retired;
uint32_t cacheRef;
uint32_t cacheMiss;
uint32_t branchRetired;
uint32_t branchMiss;
};
enum { HwSampleDataSize = sizeof( HwSampleData ) };