Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.87 KB

perf-tools-map.md

File metadata and controls

52 lines (35 loc) · 1.87 KB

Linux Profile 工具地图

Created: 2022-05-01 00:13

常数查询

系统监控类

sudo apt-get install numactl fio iperf

代码 Profile

Online Tools

Docs

零散笔记

Run your test under ltrace or valgrind and see the number of malloc() calls.

使用SpecInt, SpecFP,Linpack等得到处理器的性能,对比设计性能指标

使用Stream测试程序测试内存系统的性能