标签: .net visual-studio-2010 visual-studio visual-studio-2012 visual-studio-2013
我们是否可以通过.Net应用程序(WPF)的代码启动应用程序profiling。这意味着无需从Visual Studio中显式运行它。
答案 0 :(得分:0)
您可以将Perfmon.exe与命令行参数一起使用
Perfmon.exe
Command-Line Options for Faster Access to Performance Data
OR
您可以使用Performance Counter Class,here是一篇关于使用效果计数器类