| 356 | } |
| 357 | |
| 358 | std::vector< StatData > |
| 359 | GpuStatTimer::getAverageTime( size_t id ) |
| 360 | { |
| 361 | return getMean( id ); |
| 362 | } |
| 363 | |
| 364 | std::vector< StatData > |
| 365 | GpuStatTimer::getMinimumTime( size_t id ) |
nothing calls this directly
no outgoing calls
no test coverage detected