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

Method RemoveTimelineSignals

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

Source from the content-addressed store, hash-verified

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

Callers 4

ApplySignalsUpdateMethod · 0.45
WaitForSemaphoreMethod · 0.45

Calls 1

SubMethod · 0.80

Tested by

no test coverage detected