| 259 | } |
| 260 | |
| 261 | utils::DeviceTimer::DeviceTimer() |
| 262 | { |
| 263 | cudaEventCreate(&start); |
| 264 | cudaEventCreate(&end); |
| 265 | cudaEventRecord(start); |
| 266 | } |
| 267 | |
| 268 | float utils::DeviceTimer::getUsedTime() |
| 269 | { |
nothing calls this directly
no outgoing calls
no test coverage detected