MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / RemoveHandleRecord

Method RemoveHandleRecord

layers/sync/sync_stats.cpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92void Stats::AddHandleRecord(uint32_t count) { handle_records.Add(count); }
93void Stats::RemoveHandleRecord(uint32_t count) { handle_records.Sub(count); }
94
95void AccessContextStats::UpdateMax(const AccessContextStats& cur_stats) {
96#define UPDATE_MAX(field) field = std::max(field, cur_stats.field)

Callers 2

ResetMethod · 0.45

Calls 1

SubMethod · 0.80

Tested by

no test coverage detected