Home | History | Annotate | Download | only in tools

Lines Matching full:heap

30 # This is an utility for converting V8 heap logs into .hp files that can
32 # to produce heap usage histograms.
36 # $ tools/process-heap-prof.py v8.log | hp2ps -c > script-heap-graph.ps
39 # $ tools/process-heap-prof.py --js-cons-profile v8.log | hp2ps -c > script-heap-graph.ps
47 itemname = 'heap-js-cons-item'
49 itemname = 'heap-sample-item'
65 if row[0] == 'heap-sample-begin' and row[1] == 'Heap':
72 elif row[0] == 'heap-sample-end' and row[1] == 'Heap':