| 344 | } |
| 345 | |
| 346 | std::vector< StatData > |
| 347 | clsparseDeviceTimer::getAverageTime( size_t id ) |
| 348 | { |
| 349 | return getMean( id ); |
| 350 | } |
| 351 | |
| 352 | std::vector< StatData > |
| 353 | clsparseDeviceTimer::getMinimumTime( size_t id ) |
nothing calls this directly
no outgoing calls
no test coverage detected