MCPcopy Create free account
hub / github.com/mlco2/codecarbon / get_static_cpu_details

Method get_static_cpu_details

codecarbon/core/cpu.py:854–858  ·  view source on GitHub ↗

Return CPU details without computing them.

(self)

Source from the content-addressed store, hash-verified

852 return cpu_details
853
854 def get_static_cpu_details(self) -> Dict:
855 """
856 Return CPU details without computing them.
857 """
858 return self._cpu_details
859
860 def start(self) -> None:
861 """

Callers 1

_get_power_from_cpusMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected