在Linux上对C++进行性能分析

Profiling your code is important if performance is of concern. This is especially true for performance-critical applications in scientific computing. Profiling identifies those parts of the...

代码性能分析在科学计算中至关重要。Linux上有多种工具可用于C++应用程序的性能分析,主要包括Valgrind及其Callgrind组件和GProf。Valgrind生成详细分析数据,KCachegrind提供图形界面,而GProf生成适合自动化处理的文本报告。

在Linux上对C++进行性能分析
原文英文,约600词,阅读约需2分钟。发表于:
阅读原文