diff --git a/Nasal/debug.nas b/Nasal/debug.nas index 14b0224ee..43b502cce 100644 --- a/Nasal/debug.nas +++ b/Nasal/debug.nas @@ -32,10 +32,25 @@ # debug.isnan() returns 1 if argument is an invalid number (NaN), # 0 if it's a valid number, and nil in all other cases # -# debug.benchmark(, [, ]) -# ... runs function times (default: 1) -# and prints execution time in seconds, -# prefixed with