chirayuk / d8_ex_20140929

d8 profiling example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is reference example I made of d8 tracing a few months ago.

Personal Notes:

Ref: https://gist.github.com/kevincennis/0cd2138c78a07412ef21, Creating V8 profiling timeline plots

d8 is at ~/vcs_3p/v8/out/x64.debug/d8

Links

Build V8 debug

Ref: https://gist.github.com/kevincennis/0cd2138c78a07412ef21

::bash
git clone git@github.com:v8/v8.git
cd v8
make builddeps && make x64.debug

alias d8=/path/to/v8/repo/out/x64.debug/d8
alias tick-processor=/path/to/v8/repo/tools/mac-tick-processor

About

d8 profiling example


Languages

Language:Assembly 93.4%Language:Shell 5.7%Language:JavaScript 0.9%