| 160 | } |
| 161 | |
| 162 | HipEventRecordCommand::HipEventRecordCommand(hipEvent_t event) |
| 163 | : event_(event) |
| 164 | { |
| 165 | XASSERT(event_ != nullptr, "hip event should not be nullptr"); |
| 166 | } |
| 167 | |
| 168 | HipEventRecordCommand::~HipEventRecordCommand() |
| 169 | { |
nothing calls this directly
no outgoing calls
no test coverage detected