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

Method Collect

layers/profiling/profiling.cpp:378–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void TracyVkCollector::Collect() {
379 VVL_ZoneScoped;
380 std::lock_guard collect_lock(collect_mutex);
381 should_collect = true;
382 collect_cv.notify_one();
383}
384
385std::optional<std::pair<VkCommandBuffer, VkFence>> TracyVkCollector::TryGetCollectCb(VkQueue queue) {
386 if (this->queue != queue) {

Callers 2

QueuePresentKHRFunction · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected