summaryrefslogtreecommitdiff
path: root/src/inspector_profiler.h
Commit message (Expand)AuthorAgeFilesLines
* v8: implement v8.stopCoverage()Joyee Cheung2021-08-311-0/+1
* v8: implement v8.takeCoverage()Joyee Cheung2021-08-311-5/+16
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+0
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-221-2/+6
* inspector: implement --heap-profJoyee Cheung2019-05-261-0/+20
* inspector: mark profile type constgengjiawen2019-05-191-4/+2
* src: refactor V8ProfilerConnection::DispatchMessage()Joyee Cheung2019-05-051-1/+9
* src: refactor V8ProfilerConnection to be more reusableJoyee Cheung2019-05-021-17/+32
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+18
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+75