Timing data for different GPU operations in milliseconds. More...

Classes | |
| class | Download |
| Download times from GPU to CPU in milliseconds. More... | |
| class | Upload |
| Upload times from CPU to GPU in milliseconds. More... | |
Public Attributes | |
| std::vector< float > | compute |
| Compute times per compute shader iteration in milliseconds. | |
| float | draw {0} |
| Time taken to draw a frame in milliseconds. | |
| class Gpu::Gpu::BenchmarkReport::Times::Download | download |
| class Gpu::Gpu::BenchmarkReport::Times::Upload | upload |
Timing data for different GPU operations in milliseconds.
|
export |
Compute times per compute shader iteration in milliseconds.
| class Gpu::Gpu::BenchmarkReport::Times::Download Gpu::Gpu::BenchmarkReport::Times::download |
|
export |
Time taken to draw a frame in milliseconds.
| class Gpu::Gpu::BenchmarkReport::Times::Upload Gpu::Gpu::BenchmarkReport::Times::upload |