Hello forum,
I am looking for a tool recommendation which can provide per drawcall time for vulkan application frame, similar to what renderdoc provides. (refer the link)
/resized-image/__size/320x240/__key/communityserver-discussions-components-files/13/2161.renderdoc.PNG
I tried renderdoc, but the time value does not look reliable. (either too high or too low). The renderdoc github mentioned that it is not recommended for timing capture. Also, ARM tools like streamline or graphics analyzer doesn't seem to have any option to get per drawcall time.
So looking for other alternative tools to get this info.
Thanks pete. That answered my question.
If you know of any way I can force immediate mode for arm gpu let me know. I will probably try using renderdoc and see if the timing is accurate
rchakena said:If you know of any way I can force immediate mode for arm gpu let me know
You can't, sorry. They are entirely tile-based.
Cheers, Pete