how to do profiling with Xcode?# Programming - 葵花宝典
h*o
1 楼
【 以下文字转载自 Apple 讨论区 】
发信人: hypo (青春不解红尘 胭脂沾染了灰), 信区: Apple
标 题: how to do profiling with Xcode?
发信站: BBS 未名空间站 (Sat Aug 2 22:06:57 2008), 转信
已经在target的other c flags加入 -pg参数,可是程序跑完没有产生gmon.out文件啊
求教
我是按照下面这个连接做的
http://www-teaching.physics.ox.ac.uk/computing/handbook_C/node101.html#Debugging_Profiling_Gprof
发信人: hypo (青春不解红尘 胭脂沾染了灰), 信区: Apple
标 题: how to do profiling with Xcode?
发信站: BBS 未名空间站 (Sat Aug 2 22:06:57 2008), 转信
已经在target的other c flags加入 -pg参数,可是程序跑完没有产生gmon.out文件啊
求教
我是按照下面这个连接做的
http://www-teaching.physics.ox.ac.uk/computing/handbook_C/node101.html#Debugging_Profiling_Gprof