added gpr speed tracking

This commit is contained in:
Ayzen
2026-04-01 22:05:04 +03:00
parent 669205d8f8
commit 4b78c2808d
20 changed files with 1165 additions and 47 deletions
@@ -43,6 +43,8 @@ struct SweepTraceBlock {
struct RawSweepCollection {
std::uint64_t collection_id = 0;
std::uint64_t monotonic_ns = 0;
std::uint64_t capture_start_ns = 0;
std::uint64_t capture_end_ns = 0;
std::vector<SweepTraceBlock> traces{};
};