[analyzer][docs] Update uftrace option name (#188674)
It should be `--flame-graph` instead of `--framegraph`.
This commit is contained in:
parent
9a51b1eebe
commit
65fe4970f5
@ -134,4 +134,4 @@ To see what functions appear frequently in the trace, use this command:
|
||||
|
||||
cat trace.json | grep -Po '"name":"(.+)"' | sort | uniq -c | sort -nr | head -n 50
|
||||
|
||||
``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --framegraph``.
|
||||
``uftrace`` can also dump the report as a Flame graph using ``uftrace dump --flame-graph``.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user