(self, fd_config: FDConfig, extra_kvs: dict[str, Any])
| 289 | t.start() |
| 290 | |
| 291 | def _report_usage_worker(self, fd_config: FDConfig, extra_kvs: dict[str, Any]) -> None: |
| 292 | self._report_usage_once(fd_config, extra_kvs) |
| 293 | self._report_continuous_usage() |
| 294 | |
| 295 | def _report_usage_once(self, fd_config: FDConfig, extra_kvs: dict[str, Any]): |
| 296 | if current_platform.is_cuda_alike(): |