Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-01src: split property helpers from node::Environmentlegendecas
2022-07-25inspector: set sampling interval before startShelley Vohr
2022-02-05src: slightly simplify V8CoverageConnection::GetFilenameAnna Henningsen
2021-02-19bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2020-10-22v8: implement v8.stopCoverage()Joyee Cheung
2020-10-22v8: implement v8.takeCoverage()Joyee Cheung
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-04-25inspector: only write coverage in fully bootstrapped EnvironmentsJoyee Cheung
2020-01-31fs: return first folder made by mkdir recursivebcoe
2020-01-24src: add C++-style sprintf utilityAnna Henningsen
2019-11-07src: make EndStartedProfilers an exit hookAnna Henningsen
2019-09-26src: fix compiler warning in inspector_profiler.ccDaniel Bevenius
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-12src: modified RealEnvStore methods to use libuv functionsDevendra Satram
2019-08-12src: organize imports in inspector_profiler.ccpi1024e
2019-06-19src: fall back to env->exec_path() for default profile directoryJoyee Cheung
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-20inspector: fix typogengjiawen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-11src: extract common macro to util.hgengjiawen
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-05src: refactor V8ProfilerConnection::DispatchMessage()Joyee Cheung
2019-05-02src: refactor V8ProfilerConnection to be more reusableJoyee Cheung
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-22inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung