C ++的动态代码分析 [英] Dynamic code analysis for C++

查看:63
本文介绍了C ++的动态代码分析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一个开放源代码,并且(相对)简单易用的动态代码分析工具

Is there an open source and (relatively) simple-to-use dynamic code analysis tool for C++ code?

类似于 IBM Purify

Something like IBM Purify (memory corruption detection, memory leak detection, application performance profiling, etc.)

推荐答案

广泛使用的软件(至少在Linux上)为 Valgrind 。它有很多用于完成您要寻找的子工具。

The software that is widely used (on Linux at least) is Valgrind. It has a lot of sub tools used to do what you are looking for.

还有 KCacheGrind ,它是Valgrind(又名 Cachegrind

There is also KCacheGrind which is a GUI frontend to the profiling tool of Valgrind, AKA Cachegrind.

这篇关于C ++的动态代码分析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆