#Add profile gpu markers

1 messages · Page 1 of 1 (latest)

spark mantle
#

I would LOVE to be able to add somehow gpu markers that can be used in tools like intel GPA. So for example around Graphics methods. Apparently I can do that, but would only work with CommandBuffer.DrawMeshInstanced (which I guess I can live with?)

cedar chasm
#

thanks @spark mantle ! we currently passthrough to debug api only cmdbuffer marker, however we do have a task on the backlog to enable general gpu markup (potentially change the behavior of GPU-enabled ProfilerMarker api).
I've added your request to the task

spark mantle
#

nice thank you

#

I remember I wrote a long time ago a demo to inject pix markers and that worked fine too

#

however I am not sure how pix was able to discern between CPU and GPU markers

#

I guess the GPU markers are also injected from code so the mechanism is similar