所有
我想从控制台运行instruments
,这是使用输出:
usage: instruments [-t template] [-D document] [-l timeLimit] [-i #] [-w device] [[-p pid] | [application [-e variable value] [argument ...]]]
但是我不知道template
文件在哪里或者我应该为-t
参数指定什么。
其他参数消耗了什么?手册页太短,无法提供帮助。
需要你的帮助,提前谢谢。
答案 0 :(得分:2)
在命令行输入"instruments -s"
并准备好惊讶。
(我通过输入始终有用的UNIX手册命令找到答案......或者在这种情况下,"man instruments"
)