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 (default 0.1 pixels)
25
26       --fonttype FONT
27              # font type (default "Verdana")
28
29       --fontsize NUM
30              # font size (default 12)
31
32       --countname TEXT # count type label (default "samples")
33
34       --nametype TEXT
35              # name type label (default "Function:")
36
37       --colors PALETTE # set color palette. choices are: hot (default), mem,
38              #  io,  wakeup, chain, java, js, perl, red, green, blue, # aqua,
39              yellow, purple, orange
40
41       --bgcolors COLOR # set background colors. gradient choices are yellow
42              # (default), blue, green, grey; flat colors use "#rrggbb"
43
44       --hash # colors are keyed by function name hash
45
46       --cp   # use consistent palette (palette.map)
47
48       --reverse
49              # generate stack-reversed flame graph
50
51       --inverted
52              # icicle graph
53
54       --flamechart
55              # produce a flame chart (sort by time, do not merge stacks)
56
57       --negate
58              # switch differential hues (blue<->red)
59
60       --notes TEXT
61              # add notes comment in SVG (for debugging)
62
63       --help # this message
64
65              eg, ./flamegraph.pl --title="Flame Graph: malloc()" trace.txt  >
66              graph.svg
67
68
69
70flamegraph.pl 1.0                January 2022                 FLAMEGRAPH.PL(1)
Impressum