You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 15, 2013
·
1 revision
USAGE
DT block
DESCRIPTION
Delta-time - returns the time it takes to evaluate the block.
DT is a function value.
ARGUMENTS
block (block!)
#SOURCE
dt: make function! [ [
{Delta-time - returns the time it takes to evaluate the block.}
block [block!]
/local start
][
start: stats/timer
do block
stats/timer - start
] ]