| 191 | } |
| 192 | |
| 193 | void |
| 194 | clsparseDeviceTimer::Reset( ) |
| 195 | { |
| 196 | if( nEvents == 0 || nSamples == 0 ) |
| 197 | throw std::runtime_error( "StatisticalTimer::Reserve( ) was not called before Reset( )" ); |
| 198 | |
| 199 | ClearData( ); |
| 200 | Reserve( nEvents, nSamples ); |
| 201 | |
| 202 | return; |
| 203 | } |
| 204 | |
| 205 | void |
| 206 | clsparseDeviceTimer::setNormalize( bool norm ) |
nothing calls this directly
no outgoing calls
no test coverage detected