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

Method write_cache

deps/v8/tools/run_perf.py:784–786  ·  view source on GitHub ↗
(self, cache)

Source from the content-addressed store, hash-verified

782 return {}
783
784 def write_cache(self, cache):
785 with open(self.cache_file, 'w') as f:
786 return json.dump(cache, f)
787
788
789class WarmupManager(ABC):

Callers 4

testWarmup_NotNeededMethod · 0.95
testWarmup_NeededMethod · 0.95
__init__Method · 0.80
maybe_warm_upMethod · 0.80

Calls 2

openFunction · 0.50
dumpMethod · 0.45

Tested by 2

testWarmup_NotNeededMethod · 0.76
testWarmup_NeededMethod · 0.76