aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.au>2023-11-22 09:57:06 +0000
committerAntonio Borneo <borneo.antonio@gmail.com>2023-12-10 13:33:51 +0000
commit2bd40b0bf930459f0fc3dbcbde3ac2f40ff56e4e (patch)
treecc9f7ace098136336cd3e84094d412202601dcaa /doc
parent0ce08ec858add3e26ba04536b87fad680561fe50 (diff)
downloadriscv-openocd-2bd40b0bf930459f0fc3dbcbde3ac2f40ff56e4e.zip
riscv-openocd-2bd40b0bf930459f0fc3dbcbde3ac2f40ff56e4e.tar.gz
riscv-openocd-2bd40b0bf930459f0fc3dbcbde3ac2f40ff56e4e.tar.bz2
target: Increase maximum profile sample count to 1000000
Change-Id: I38276dd1af011ce5781b0264b7cbb08c31a0a2ad Signed-off-by: Paul Reimer <paul@zaber.com> Signed-off-by: Karl Palsson <karlp@tweak.au> Reviewed-on: https://review.openocd.org/c/openocd/+/6099 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index db7315f..6c6519d 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -9492,7 +9492,7 @@ TCP/IP port 9090.
@deffn {Command} {profile} seconds filename [start end]
Profiling samples the CPU's program counter as quickly as possible,
which is useful for non-intrusive stochastic profiling.
-Saves up to 10000 samples in @file{filename} using ``gmon.out''
+Saves up to 1000000 samples in @file{filename} using ``gmon.out''
format. Optional @option{start} and @option{end} parameters allow to
limit the address range.
@end deffn