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

Method AddTimelineSignals

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

Source from the content-addressed store, hash-verified

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

Callers 1

ApplySignalsUpdateMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected