iterami/Docs.htm/common HTM Projects/test.js/test_time(args)
- Tracks how long it takes for a function to get called "runs" number of times.
- Returns an object:
- "average": average number of milliseconds.
- "max": most milliseconds that any run required.
- "min": least milliseconds that any run required.
- "runs": number of runs.
- "total": total milliseconds that every run required.
function
|
| function
|
function-args
| void 0
| any
|
runs
| 100
| number
|