一直想找个能画出软件中函数关系调用图的工具软件,网上找了很久,找到的大都是C++或Java的,能在.net环境下用的很少!
今天,向大家推荐一款软件:CLR Profiler,这个软件本来是.NET程序分析优化软件,用来看函数关系调用图,真是”牛刀小试“了!
以下是是微软件msdn.com上的原文
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 wanted to see who its callers were and who the callers of the callers were, etc. Turns out Microsoft has a free tool called the CLR Profiler that does precisely this. Here is how to use it:
- 元宝家园 --- 坚持理想,脚踏实地,不断学习 - 博客园
更详细信息,请点击查看原文。