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

Method RemoveQueueBatchContext

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

Source from the content-addressed store, hash-verified

82
83void Stats::AddQueueBatchContext() { queue_batch_contexts.Add(1); }
84void Stats::RemoveQueueBatchContext() { queue_batch_contexts.Sub(1); }
85
86void Stats::AddTimelineSignals(uint32_t count) { timeline_signals.Add(count); }
87void Stats::RemoveTimelineSignals(uint32_t count) { timeline_signals.Sub(count); }

Callers 1

~QueueBatchContextMethod · 0.45

Calls 1

SubMethod · 0.80

Tested by

no test coverage detected