我想出了一個批處理文件來生成代碼覆蓋率文件,就像寫在這個post中一樣。VS代碼覆蓋工具的批量運行
cl /Zi hello.cpp -link /Profile
vsinstr -coverage hello.exe
start vsperfmon /coverage /output:run.coverage
hello
vsperfcmd /shutdown
但是,當我運行批處理文件時,出現了此錯誤消息。
我不得不手動運行vsperfcmd /shutdown
完成它。 什麼可能是錯誤的?
感謝您的回答,它就像一個魅力。你能幫我解決這個問題嗎? - http://stackoverflow.com/questions/4965173/generating-coverage-file-programmatic-way-with-visual-studio-2010 – prosseek 2011-02-11 02:51:49