File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44local profile = {}
55
66--- @param mode string
7- --- @param func fun ( L : thread,samples : integer,vmst : string )
7+ --- @param func fun ( L : thread , samples : integer , vmst : string )
88function profile .start (mode , func )
99end
1010
1111function profile .stop ()
1212end
1313
14- --- @overload fun ( th : thread,fmt : string,depth : integer )
14+ --- @overload fun ( th : thread , fmt : string , depth : integer )
1515--- @param fmt string
1616--- @param depth integer
1717function profile .dumpstack (fmt , depth )
Original file line number Diff line number Diff line change 105105function util .tracemc (tr )
106106end
107107
108- --- @overload fun ( exitno : integer ): integer
108+ --- @overload fun ( exitno : integer ): integer
109109--- @param tr Trace
110110--- @param exitno integer
111111--- @return integer ? addr
You can’t perform that action at this time.
0 commit comments