2014 相信自己能做的更好

---------------------------------------------------------------------------------------------------------
Everything is possible    Nothing is Impossible     
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  CLR Profiler

摘要:Sql Server2005恢复备份数据库问题-Error:3154 Sql Server2005恢复备份数据库问题-Error:3154 Sql Server2005恢复备份数据库问题: 问题描述:用Sql Server2005恢复数据库备... 阅读全文

posted @ 2008-07-09 11:15 Arping.Net探索 阅读(2680) 评论(1) 推荐(0)

摘要:How To: Use CLR Profiler Improving .NET Application Performance and Scalability J.D. Meier, Srinath Vasireddy, Ashish Babbar, and Alex MackmanMicrosoft Corporation May 2004 Related Links Home Pa... 阅读全文

posted @ 2005-07-02 15:05 Arping.Net探索 阅读(664) 评论(0) 推荐(0)

摘要:编写更快的托管代码:了解开销情况 Jan GrayMicrosoft CLR Performance Team 适用于: Microsoft® .NET Framework 摘要:本文介绍托管代码执行时间的低级操作开销模型,该模型是通过测量操作时间得到的,开发人员可以据此做出更好的编码决策并编写更快的代码。 下载 CLR Profiler。(330KB) 目录 简介(... 阅读全文

posted @ 2005-06-28 21:22 Arping.Net探索 阅读(867) 评论(0) 推荐(0)

摘要:原文 PDF下载 这是微软推出的Patterns & Practices系列中的一个大部头,从各个层面来介绍如何提高.NET应用程序的运行性能和稳定性。包括:managed code, ASP.NET, Enterprise Services, Web services, remoting, ADO.NET, XML, SQL Server等方面的阐述,如图示。 细节如下 Part I, In... 阅读全文

posted @ 2005-06-28 21:20 Arping.Net探索 阅读(513) 评论(0) 推荐(0)

摘要:Improving .NET Application Performance and Scalability J.D. Meier, Srinath Vasireddy, Ashish Babbar, and Alex MackmanMicrosoft Corporation May 2004 Related Links Home Page for Improving .NET Applicati... 阅读全文

posted @ 2005-06-28 21:17 Arping.Net探索 阅读(621) 评论(0) 推荐(0)

摘要:Profiling .NET application performance by Paul Glavich (author bio) Introduction Performance is a concern for all but the simplest of applications. Making your applications perform well seems a simpl... 阅读全文

posted @ 2005-06-28 21:14 Arping.Net探索 阅读(687) 评论(0) 推荐(0)

摘要:Use CLR Profiler for C# Call Graphs and Optimization I recently had the need to debug some code and was looking for an easy way to generate the call graph of the application. For a given function I w... 阅读全文

posted @ 2005-06-28 21:08 Arping.Net探索 阅读(678) 评论(0) 推荐(0)

摘要:(from http://www.c-sharpcorner.com/Code/2004/Aug/CLRProfiler.asp) 阅读全文

posted @ 2005-06-28 21:02 Arping.Net探索 阅读(447) 评论(0) 推荐(0)

摘要:CLR rofiler允许你查看进程的托管堆并且研究垃圾回收器的特性,使用该工具的不同视图,你可以得到你的应用程序有关执行,分配,已经内存消耗的情况。 CLR rofiler不是分析问题的起点,确切的说,它帮助你鉴别并且隔离有疑问的代码并且追踪内存泄漏。使用CLR Profiler,你可以鉴别哪些代码分配了太多的内存,导致太多次的内存回收已经占有内存时间太长。 注意:CLR Profile... 阅读全文

posted @ 2005-06-28 20:59 Arping.Net探索 阅读(1268) 评论(0) 推荐(0)