summaryrefslogtreecommitdiff
path: root/src/inspector_profiler.cc
Commit message (Expand)AuthorAgeFilesLines
* v8: implement v8.stopCoverage()Joyee Cheung2020-10-221-0/+20
* v8: implement v8.takeCoverage()Joyee Cheung2020-10-221-75/+112
* src: add --heapsnapshot-near-heap-limit optionJoyee Cheung2020-10-221-18/+2
* inspector: only write coverage in fully bootstrapped EnvironmentsJoyee Cheung2020-04-241-0/+10
* fs: return first folder made by mkdir recursivebcoe2020-01-311-3/+3
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-1/+1
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-6/+21
* src: fix compiler warning in inspector_profiler.ccDaniel Bevenius2019-09-261-1/+1
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-221-0/+60
* src: modified RealEnvStore methods to use libuv functionsDevendra Satram2019-09-121-1/+2
* src: organize imports in inspector_profiler.ccpi1024e2019-08-111-3/+4
* src: fall back to env->exec_path() for default profile directoryJoyee Cheung2019-06-191-10/+13
* inspector: implement --heap-profJoyee Cheung2019-05-261-0/+58
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-0/+1
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* inspector: fix typogengjiawen2019-05-191-1/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: extract common macro to util.hgengjiawen2019-05-111-12/+3
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-051-1/+5
* src: refactor V8ProfilerConnection::DispatchMessage()Joyee Cheung2019-05-051-45/+29
* src: refactor V8ProfilerConnection to be more reusableJoyee Cheung2019-05-021-125/+109
* src: refactor profile initializationJoyee Cheung2019-05-021-32/+50
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-11/+5
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-3/+143
* src: port coverage serialization to C++Joyee Cheung2019-04-061-148/+153
* src: refactor coverage connectionJoyee Cheung2019-03-121-0/+214