HoloAnatomy / Assets / HoloToolkit / Utilities / Scripts / GpuTiming /
SURFACEBOOK2\jackwynne authored on 25 May 2018
..
Plugins v1 6 years ago
GpuTiming.cs v1 6 years ago
GpuTiming.cs.meta v1 6 years ago
GpuTimingCamera.cs v1 6 years ago
GpuTimingCamera.cs.meta v1 6 years ago
Plugins.meta v1 6 years ago
README.md v1 6 years ago
README.md.meta v1 6 years ago
README.md

GpuTiming

Use the GpuTiming component to meassure the time of your gpu calls. Add the GpuTimingCamera component to the camera you want to track the total cost of. Use GpuTiming.GetTime("Frame") to get the time (where "Frame" is the default tag used by GpuTimingCamera)