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

Method processLogFileInTest

deps/v8/tools/tickprocessor.mjs:766–771  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

764 }
765
766 async processLogFileInTest(fileName) {
767 // Hack file name to avoid dealing with platform specifics.
768 this.lastLogFileName_ = 'v8.log';
769 const contents = d8.file.read(fileName);
770 await this.processLogChunk(contents);
771 }
772
773 processSharedLibrary(name, startAddr, endAddr, aslrSlide) {
774 const entry = this.profile_.addLibrary(name, startAddr, endAddr);

Callers

nothing calls this directly

Calls 2

processLogChunkMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected