StaticgetStaticgetGets the latest GPU profiler report for a given camera.
The camera to generate an aggregate report for.
If true, child samples will be included in the report.
The GPU profiler report in JSON format, or an empty optional if no report is available.
StaticgetGets the latest report available. Keeps the returned report on the buffer. Returns an empty report if no reports are available. Same as GetLatestReportOptional(), but returns the report in JSON format.
Profiler that measures time and amount of various GPU operations.