REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Delta-time - return the time it takes to evaluate a block.
Arguments:
block [block!]
See also:
Returns the amount of time required to evaluate a given block.
Example:
>> dt [loop 1000000 [next "a"]]
0:00:00.25
See Profiler for detailed information about timing and profiling.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |