| 64 | std::vector< cl_event > outEvents; |
| 65 | |
| 66 | StatData( ): deltaNanoSec( 0 ) |
| 67 | {} |
| 68 | |
| 69 | StatData( clfftPlanHandle id, FFTPlan* plan, cl_kernel kern, cl_uint nEv, cl_event* Ev, |
| 70 | const std::vector< size_t >& gWorkSize, const std::vector< size_t >& lWorkSize): |
nothing calls this directly
no outgoing calls
no test coverage detected