2,736
edits
Red Leader (talk | contribs) (→Functions: Doc backtrace() and bt()) |
Red Leader (talk | contribs) (Start benchmark()) |
||
| Line 65: | Line 65: | ||
=== benchmark() === | === benchmark() === | ||
{{Nasal doc | |||
|syntax = debug.benchmark(label, fn[, repeat[, output]]); | |||
|text = | |||
|param1 = label | |||
|param1text = Label to add to the output. | |||
|param2 = fn | |||
|param2text = Function to call. | |||
|param3 = repeat | |||
|param3text = | |||
|param4 = output | |||
|param4text = | |||
|example1 = | |||
}} | |||
=== benchmark_time() === | === benchmark_time() === | ||
=== dump() === | === dump() === | ||