| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
9年前发布

一个开源的快速、轻巧的win32/64 CPU和内存分析器:dprofiler

dprofiler是一个开源的快速、轻巧的win32/64 CPU和内存分析器。

goal

1, very low overhead and impact to target application

2, portable, easy to deploy and easy to use, intuitive

3, both flat and graphic performance data

4, collect data on machine A, analyze data on machine on B

5, both CPU/memory profiling supported

6, easy to pinpoint CPU and memory hot path.

7, both 32/64 bits are supported.

8, the report can be re-analyzed with more accurate symbols anytime.

9, dynamic attach to and detach from target without code re-compiling, only pdb are required to parse report.

features

CPU profiling support:

1, IPs On CPU (what code executing on CPU)

2, Function ( IP grouped by function)

3, Module ( IP grouped by module)

4, Thread ( IP grouped by thread)

5, CallTree ( IP grouped by calltree)

6, FlameGraph ( IP visualized by flame graph, pinpoint hot path intuitively)

7, History (The whole CPU execution history, pinpoint CPU high usage intuitively)

Memory profiling support:

1, Outstanding Allocation (Examine memory leak, include heap/handle/GDI/virtual allocation)

2, Heap Allocation by Module ( Examine high heap allocation by module)

3, Heap Allocation by CallTree (Examine high heap allocation by code path)

4, Heap Allocation by FlameGraph (Examine high heap allocation intuitively by graph)

项目主页:http://www.open-open.com/lib/view/home/1419338553218

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1419338553218.html
dprofiler