mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
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>
This commit is contained in:
committed by
Antonio Borneo
parent
0ce08ec858
commit
2bd40b0bf9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user