| 167 | } |
| 168 | |
| 169 | std::string CudaKeySearchDevice::getDeviceName() |
| 170 | { |
| 171 | return _deviceName; |
| 172 | } |
| 173 | |
| 174 | void CudaKeySearchDevice::getMemoryInfo(uint64_t &freeMem, uint64_t &totalMem) |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected