52ky 发表于 2021-6-11 14:19:20

Creating a Custom .NET Profiler

Creating a Custom .NET Profiler,描述如何为任何托管应用程序创建您自己的自定义分析器内容
   * 介绍
   * 背景
   * 什么是分析器?
   * CLR 如何启用分析?
   * 样本分析器
   * 解决方案和项目
   * 输出文件结果
   * 使用代码
   * DotNetProfiler 项目
   *探查器初始化
   * 分析器交互
   *探查器关闭
   * ProfilerTest 项目
   * 运行预构建的示例
   * 构建源代码
   * 兴趣点
   * 其他参考
   * 历史

(Describes how to create your own custom profiler for any managed application
Contents
    * Introduction
    * Background
    * What is a Profiler?
    * How Does the CLR Enable Profiling?
    * The Sample Profiler
    * Solutions and Projects
    * Output File Results
    * Using the code
    * The DotNetProfiler Project
    * Profiler Initialization
    * Profiler Interaction
    * Profiler Shutdown
    * The ProfilerTest Project
    * Running the Pre-built Sample
    * Building the Source Code
    * Points of Interest
    * Other References
    * History)



页: [1]
查看完整版本: Creating a Custom .NET Profiler