Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何使用 Valgrind 来内存调试 RInside 程序?
当您使用RInside时,您创建了一个独立的 C++ 程序——它恰好与R链接,这样R就被嵌入了。
因此, valgrind的使用与另一个 C++ 程序没有什么不同。您希望 valgrind 分析的所有代码可能必须使用正确的设置重新构建(请参阅在 Valgrind 站点准备程序),如果您也希望在这些组件上输出 Valgrind ,则包括R和RInside 。