我可以在Cygwin中做到這一點,添加time
命令Cygwin中的 「時間」 命令的工作,但不是在NetBean
[email protected]_PC ~
$ time ./HelloWorld
節目smthing像
Hello World!!!
real 0m0.270s
user 0m0.270s
sys 0m0.270s
我已經部署了類似C/C++ Project @ NetBean7.2 @Win 7.
它在運行時顯示錯誤消息,只有當我添加time
命令時,如:
time "${OUTPUT_PATH}"
,在Projcet_file-> R_Click -> Properties -> Run -> Run_Command:
文本字段,只有默認值${OUTPUT_PATH}
。
錯誤消息
C:\ProjectFolder\time does not exist or is not an executable
,似乎NetBean考慮time
作爲excutable
任何更好的方法來解決這個問題?
此外,一些說,有沒有這樣一個文件'time.exe'在'的cygwin的/ usr/bin'目錄。 Cygwin中的'time'命令可能會鏈接到Win7的一些exe文件。這可能對這個問題有幫助。 – 2013-04-25 09:55:55