MCPcopy Create free account
hub / github.com/nodejs/node / maybe_warm_up

Method maybe_warm_up

deps/v8/tools/run_perf.py:791–792  ·  view source on GitHub ↗

Run the warmup_fun if needed, e.g. after a system reboot.

(self, name, warmup_fun)

Source from the content-addressed store, hash-verified

789class WarmupManager(ABC):
790 @abstractmethod
791 def maybe_warm_up(self, name, warmup_fun):
792 """Run the warmup_fun if needed, e.g. after a system reboot."""
793
794
795class NullWarmupManager(WarmupManager):

Callers 1

RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected