profiling
来自「A GNOME panel applet that displays the C」· 代码 · 共 19 行
TXT
19 行
If performance sucks, try this from the bubblemon directory:./configure --enable-profilingmake clean ; makecd src./bubblemon-gnome1gprof -l -p ./bubblemon-gnome1 ~/gmon.outThe output from the last command will tell you on what lines theprogram spends most of its time.To find out which functions take the most time, try:gprof -p ./bubblemon-gnome1 ~/gmon.outHappy profiling! //Johan
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?