Support for clock() shader instruction in MSL similar to VK_KHR_shader_clock instructions

Hi, seems MSL is missing support for a clock() shader instruction available in other graphics APIs like Vulkan or OpenGL for example.. useful for counting cost in number of clock cycles of some code insider shader with much finer granularity than launching a micro kernel with same instructions and measuring cycles cost from CPU.. also useful for MoltenVK to support that extensions.. thanks..

Support for clock() shader instruction in MSL similar to VK_KHR_shader_clock instructions
 
 
Q