MCPcopy Index your code
hub / github.com/nodejs/node / is_warmed_up

Method is_warmed_up

deps/v8/tools/run_perf.py:818–819  ·  view source on GitHub ↗
(self, timestamp)

Source from the content-addressed store, hash-verified

816 self.cache_handler.write_cache(self.cache)
817
818 def is_warmed_up(self, timestamp):
819 return timestamp > self.last_reboot
820
821 def trim_cache(self):
822 """Prevent obsolete entries occupying the cache file."""

Callers 2

trim_cacheMethod · 0.95
maybe_warm_upMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected