MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / _report_usage_worker

Method _report_usage_worker

fastdeploy/usage/usage_lib.py:291–293  ·  view source on GitHub ↗
(self, fd_config: FDConfig, extra_kvs: dict[str, Any])

Source from the content-addressed store, hash-verified

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():

Calls 2

_report_usage_onceMethod · 0.95