mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Update CPU profiling using perf
parent
a85b12e284
commit
3b41c4ac7e
@ -37,9 +37,9 @@ perf record --compression-level=1 --user-callchains -g --call-graph=dwarf,65528
|
||||
Below is an explanation of what each of the command line flags do:
|
||||
`perf record` Runs a command under a sampling profiler. See `perf-record(1)`
|
||||
|
||||
`--compression-level=1` *optional* Compresses the output file using zstd.
|
||||
`--compression-level=1` *Optional* Compresses the output file using zstd.
|
||||
|
||||
`--user-callchains` Do not record the kernel.
|
||||
`--user-callchains` *Optional* Do not record the kernel.
|
||||
|
||||
`-g --call-graph=dwarf,65528` Use dwarf symbols and a maximum stack size of 64k. If this option is omitted, inlined functions might not be visualized correctly.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user