mirror of
https://github.com/restic/restic.git
synced 2025-07-12 18:58:39 +00:00
docs: document profiling options a bit better
Previously, the docs were a bit mysterious about what "enables profiling support" means or how one could take advantage of it.
This commit is contained in:
parent
e5bdc3c74f
commit
f4e21cdb75
@ -71,8 +71,10 @@ The program can be built with debug support like this:
|
||||
$ go run build.go -tags debug
|
||||
|
||||
This will make the ``restic debug <subcommand>`` available which can be used to
|
||||
inspect internal data structures. In addition, this enables profiling support
|
||||
which can help with investigation performance and memory usage issues.
|
||||
inspect internal data structures. In addition, this enables profiling flags such
|
||||
as ``--cpu-profile`` and ``--mem-profile`` which can help with investigation
|
||||
performance and memory usage issues. See ``restic help`` for more details and a
|
||||
few additional ``--...-profile`` flags.
|
||||
|
||||
|
||||
************
|
||||
|
Loading…
x
Reference in New Issue
Block a user