mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-10 18:58:03 +02:00
Fix a typo
$ valgrind --tool=massif --help | grep time-unit --time-unit=i|ms|B time unit: instructions executed, milliseconds
This commit is contained in:
parent
d6e4ddd4d4
commit
dde12593db
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2024-01-14 Matthew Martin <phy1729@gmail.com>
|
||||||
|
|
||||||
|
* github #109: Wu Zhenyu: Completion/Linux/Command/_valgrind: Fix
|
||||||
|
a typo
|
||||||
|
|
||||||
2024-01-05 Bart Schaefer <schaefer@zsh.org>
|
2024-01-05 Bart Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 52465: Doc/Zsh/contrib.yo, Functions/Misc/zmv: use NULL_GLOB
|
* 52465: Doc/Zsh/contrib.yo, Functions/Misc/zmv: use NULL_GLOB
|
||||||
|
|
|
@ -165,7 +165,7 @@ args_massif=(
|
||||||
"--time-unit=-[specify time unit]:unit [i]:((
|
"--time-unit=-[specify time unit]:unit [i]:((
|
||||||
i\:instructions\ executed
|
i\:instructions\ executed
|
||||||
ms\:milliseconds
|
ms\:milliseconds
|
||||||
b\:heap\ bytes\ alloc\'d/dealloc\'d
|
B\:heap\ bytes\ alloc\'d/dealloc\'d
|
||||||
))"
|
))"
|
||||||
'--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]'
|
'--detailed-freq=-[every Nth snapshot should be detailed]:snapshot interval [10]'
|
||||||
'--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]'
|
'--max-snapshots=-[specofy maximum number of snapshots recorded]:maximum [100]'
|
||||||
|
|
Loading…
Reference in a new issue