Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Time-a-function/Stata/time-a-function.stata
Normal file
10
Task/Time-a-function/Stata/time-a-function.stata
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
program timer_test
|
||||
timer clear 1
|
||||
timer on 1
|
||||
sleep `0'
|
||||
timer off 1
|
||||
timer list 1
|
||||
end
|
||||
|
||||
. timer_test 1000
|
||||
1: 1.01 / 1 = 1.0140
|
||||
Loading…
Add table
Add a link
Reference in a new issue