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

Method RemoveUnresolvedBatch

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

Source from the content-addressed store, hash-verified

88
89void Stats::AddUnresolvedBatch() { unresolved_batches.Add(1); }
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); }

Callers 1

Calls 1

SubMethod · 0.80

Tested by

no test coverage detected