mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-20 05:53:52 +01:00
13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
|
#compdef gprof
|
||
|
|
||
|
_arguments -s -{a,b,c,D,h,i,l,L,s,T,v,w,x,y,z} \
|
||
|
-{A,C,e,E,f,F,J,n,N,O,p,P,q,Q,Z}:'function name: _exec_funcs' \
|
||
|
'-I:directory:_dir_list' \
|
||
|
'-d-:debug level:' '-k:function names: _exec_funcs -p' \
|
||
|
'-m:minimum execution count:' \
|
||
|
':executable:_files -g *(*)' \
|
||
|
':profile file:_files -g gmon.*' \
|
||
|
-- -s '(#--[no-] --)' \
|
||
|
'*=name*:function name: _exec_funcs' \
|
||
|
'*=dirs*:directory:_dir_list'
|