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

Method AddHandleRecord

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

Source from the content-addressed store, hash-verified

90void Stats::RemoveUnresolvedBatch() { unresolved_batches.Sub(1); }
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) {

Callers 2

AddHandleMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected