CodeViz学习笔记 1 分钟读完 CodeViz provides the ability to generate call graphs to aid the task of understanding code. 其原理是通过修改gcc,在编译过程中生成函数调用关系,然后用grapviz工具绘图。 生成简单的函数调用图可以用gprof实现...