| 45 | std::vector< cl::Event > outEvents; |
| 46 | |
| 47 | StatData( ): deltaNanoSec( 0 ), doubleNanoSec( 0 ) |
| 48 | {} |
| 49 | |
| 50 | StatData( std::vector< cl::Event >& vecEvent ): deltaNanoSec( 0 ), doubleNanoSec( 0 ) |
| 51 | { |
nothing calls this directly
no outgoing calls
no test coverage detected