Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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