Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: VKtracer – vendor-neutral and cross-platform GPU profiler for Vulkan
(
vktracer.com
)
9 points
by
pesh
1809 days ago
1 comments
nosferalatu75
1809 days ago
A great option for profiling Vulkan code is Tracy, which is a free and open source profiler:
https://github.com/wolfpld/tracy
It supports profiling multiple Vulkan queues using VK_EXT_debug_utils timestamps.
link
It supports profiling multiple Vulkan queues using VK_EXT_debug_utils timestamps.