最近我想分析我的 cpp 代码并遇到了 gperftool,但是关于如何在 Mac 上使用它并没有真正明确的说明。到目前为止,我已经运行brew install gperftools
并想编译我的简单 cpp 文件,它只输出“Hello world!”。我运行g++ main.cpp -lprofiler -o main
但得到错误ld: library not found for -lprofiler
。如果你能指导我或者应该给我一个易于遵循的教程,我真的很感激。谢谢 :)
编辑:目前我正在使用带有新 M1 芯片的 MacOS(不确定这是否会导致任何问题)