我尝试使用以下步骤设置 sprof(遵循此http://greg-n-blog.blogspot.com/2010/01/profiling-shared-library-on-linux-using.html )。现在我的程序将无法运行。我需要执行哪些步骤才能撤消以下操作?
2) 导出 LD_PROFILE_OUTPUT= pwd
3) 导出 LD_PROFILE=libmylib.so
4) rm -f $LD_PROFILE.profile
我尝试使用以下步骤设置 sprof(遵循此http://greg-n-blog.blogspot.com/2010/01/profiling-shared-library-on-linux-using.html )。现在我的程序将无法运行。我需要执行哪些步骤才能撤消以下操作?
2) 导出 LD_PROFILE_OUTPUT= pwd
3) 导出 LD_PROFILE=libmylib.so
4) rm -f $LD_PROFILE.profile