且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

任何人都可以帮助我跟踪Windows应用程序的性能吗?

更新时间:2023-11-20 11:25:58

在C#中有一种内置的方法可以做到这一点.使用PerformanceCounter类.在Google上获取更多信息.

请参考以下链接,这可能对您有帮助-

性能计数器简介 [
There is an in built way to do that in C#. Use the PerformanceCounter class. Google it for more information.

Refer the below link which might help you -

An Introduction To Performance Counters[^]