1FLAMEGRAPH.PL(1)                 User Commands                FLAMEGRAPH.PL(1)
2
3
4

NAME

6       flamegraph.pl - manual page for flamegraph.pl 1.0
7

DESCRIPTION

9       USAGE: ./flamegraph.pl [options] infile > outfile.svg
10
11       --title TEXT
12              # change title text
13
14       --subtitle TEXT
15              # second level title (optional)
16
17       --width NUM
18              # width of image (default 1200)
19
20       --height NUM
21              # height of each frame (default 16)
22
23       --minwidth NUM
24              #  omit smaller functions. In pixels or use "%" for # percentage
25              of time (default 0.1 pixels)
26
27       --fonttype FONT
28              # font type (default "Verdana")
29
30       --fontsize NUM
31              # font size (default 12)
32
33       --countname TEXT # count type label (default "samples")
34
35       --nametype TEXT
36              # name type label (default "Function:")
37
38       --colors PALETTE # set color palette. choices are: hot (default), mem,
39              # io, wakeup, chain, java, js, perl, red, green, blue,  #  aqua,
40              yellow, purple, orange
41
42       --bgcolors COLOR # set background colors. gradient choices are yellow
43              # (default), blue, green, grey; flat colors use "#rrggbb"
44
45       --hash # colors are keyed by function name hash
46
47       --random
48              # colors are randomly generated
49
50       --cp   # use consistent palette (palette.map)
51
52       --reverse
53              # generate stack-reversed flame graph
54
55       --inverted
56              # icicle graph
57
58       --flamechart
59              # produce a flame chart (sort by time, do not merge stacks)
60
61       --negate
62              # switch differential hues (blue<->red)
63
64       --notes TEXT
65              # add notes comment in SVG (for debugging)
66
67       --help # this message
68
69              eg,  ./flamegraph.pl --title="Flame Graph: malloc()" trace.txt >
70              graph.svg
71
72
73
74flamegraph.pl 1.0                November 2023                FLAMEGRAPH.PL(1)
Impressum