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
开发技术 C#

0

收藏

上一篇:MVVM Template 下一篇:如何为现有控件的Dependen...
muzizongheng

198篇文章,23W+人气,0粉丝

Ctrl+Enter 发布

发布

取消

推荐专栏更多

微服务技术架构和大数据治理实战

大数据时代的微服务之路

共18章 | 纯洁微笑

¥51.00 705人订阅
订   阅
基于Python的DevOps实战

自动化运维开发新概念

共20章 | 抚琴煮酒

¥51.00 555人订阅
订   阅

猜你喜欢

我的友情链接 聊聊“现在学习MFC有用吗?” Android开发学习笔记:浅谈WebView 发现大量的TIME_WAIT解决办法 Android开发学习笔记:Intent的简介以及属性的详解 vagrant打造自己的开发环境~~我也来一发 技术干货|深入理解flannel GNU开发工具——CMake快速入门 Jmeter之仿真高并发测试(集合点) Android 音视频开发入门指南 Linux SSH密码暴力破解技术及***实战 QT开发(三十四)——QT多线程编程 #IT明星不是梦# 一文读懂Rust的async Rust模板引擎Tera中文英文对照官方文档 Scratch编程技巧之「停止脚本执行」积木用法 一文搞懂华为HMS ML Kit文本识别,银行卡识别,通用卡证识别,身份证识别 9.队列:生产者消费者模式 ThreadLocal的内存泄露的原因分析以及如何避免 数据流监控可视化1树状结构 爬虫黑科技,我是怎么爬取indeed的职位数据的

扫一扫,领取大礼包

0

分享
C# 性能分析工具_第2张图片
muzizongheng