summaryrefslogtreecommitdiff
path: root/src/inspector_profiler.cc
AgeCommit message (Expand)Author
2019-11-06src: 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-11src: 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-19inspector: 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-23inspector: 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