September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 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