C# 性能分析工具

http://msdn.microsoft.com/zh-cn/vstudio/aa497289(en-us).aspx


Performance

This section includes information on logging, tracing, profiling, and other diagnostic techniques for analyzing and monitoring your .NET applications.
Improving Application Startup Time
The CLR performance team met with several customers to investigate performance issues in some of their applications. One recurring problem was client application startup time. In this column, the author presents lessons the performance team learned analyzing these applications.
Base Class Library Performance Tips and Tricks
The CLR team provides insights into the core of managed code, shares best practices, explains of some of the more obscure functionalities, and presents personal tips and suggestions.
The Performance Benefits of NGen
NGen refers to the process of precompiling Microsoft intermediate language (MSIL) executables into machine code prior to execution time. This results in two primary performance benefits. Read about it here.
CLR Profiler for the .NET Framework 2.0
Download the CLR Profiler, which allows developers to see the allocation profile of their managed applications.
Performance Console (PerfConsole) 1.0
PerfConsole is a simple performance investigation tool which tries to adopt a debugger-like experience to drilling into Visual Studio Performance Profiler
分享至
一键收藏,随时查看,分享好友!
0人
了这篇文章
类别: C#┆阅读( 0)┆评论( 0) ┆ 返回博主首页┆ 返回博客首页
上一篇 MVVM Template 下一篇 如何为现有控件的DependencyProperty添加Value..

职位推荐

  • 微信研发工程师
  • 前端开发工程师/前端设计/网站制作
  • Python后端开发工程师
  • PHP开发工程师
  • 手机游戏unity3D、C++、C#客户端
  • DBA
  • 高级Java工程师
  • Python数据采集&挖掘 工程师
  • 高级Java工程师
  • web前端工程师

文章评论

 
 

发表评论            

昵  称:
登录  快速注册
验证码:

点击图片可刷新验证码请点击后输入验证码博客过2级,无需填写验证码

内  容:

同时赞一个

每日博报 精彩不止一点关闭

你可能感兴趣的:(开发技术)