这个问题是在运行一个使用地址消毒剂构建的程序时出现的,这让我很好奇。void MallocExtension::Register(MallocExtension* implementation) { // When running under valgrind, our custom malloc is replaced with // callers should be responsible fo
我想分析一个在ARM设备上运行的C++应用程序。我运行了我的应用程序,并使用ProfilerStart("googleProfBL.prof")对其进行了分析,因此生成了该文件。当我从本地计算机上的ARM设备打开该文件时,会得到以下信息:
./pprof --text --add_lib=libraryIwanttoDebug.so BinaryThatLoadsThatLibrary googleProfBL.prof Using local file /home/genius/PresControler/src-build-target/deploy/NavStartup