time_it.ado

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· ADO 代码 · 共 18 行

ADO
18
字号
*! version 1.0.0  05nov2002
program time_it
	version 8
	set more off
	set tracecode off
	set tracetime on
	capture log close
	log using time_it.log, replace
	set trace on
	capture noisily `0'
	set trace off
	log close
	set more on
	set tracecode on
	set tracetime off
	proc_time time_it.log
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?