English 中文(简体)
A. 朝向产出
原标题:About callgrind output

I am using http://valgrind.org/docs/manual/cl-manual.html to profile my application. But I have a question about it s o/p does it shows

  1. time consumed inside that function

页: 1

  1. cpU consumed inside that function call

What I guess is Currently it is showing 90% usage in curl connect. I think which is i/o bound process.

因此,我认为,它显示了在这一职能中消耗的时间。

问题回答

文件中说的“快乐”工具只读了(Ir)因违约而获得的指令。

该工具本身不适合计算该功能所消耗的时间,参见here

为了获得时间和万国邮联的使用,我宁愿在独一无二的状态下进行“时间”指挥。

/usr/bin/time -v

然而,我们能够获得其他公用事业,例如公用事业。

http://valgrind.org/docs/manual/cl-manual.html

“I1mr”/“ILmr”、数据读取(“Dr”)和相关切 mi(“D1mr”/“DLmr”)、数据写作(“Dw”)和相关切 mi(“D1mw”/“DLmw”))”等,使备选办法成为可能。

--cache-sim=yes

Also its possible to get other utilities such as Number of executed conditional branches and related predictor misses ("Bc"/"Bcm"), executed indirect jumps and related misses of the jump address predictor ("Bi"/"Bim") by enabling option of

www.un.org/french/ga

最后,在电离层电灯的帮助下,我们获得了理想的产出档案。

================================================================================================================================================================================================================================================================

它可以显示各种情况,包括指示数(万国邮联时间的粗略代理)、估计周期数(也是万国邮联时间的粗略代理)或各种估计的海滩点击/点击量。





相关问题
Why does valgrind say basic SDL program is leaking memory?

Here is the SDL program: #include <SDL/SDL.h> int main(int argc, char** argv){ SDL_Init(SDL_INIT_VIDEO); SDL_Surface* screen = SDL_SetVideoMode(640, 480, 16, SDL_HWSURFACE); SDL_Quit(); ...

Debugging a core produced by valgrind

Valgrind produced a vgcore.NNNN file -- how do I debug the core using GDB? Do I need to use the original executable and supply the core, or is there some other way to do it? Using valgrind as the ...

Locate bad memory access on Solaris

On Linux, FreeBSD and other systems I have valgrind for checking for memory errors like invalid reads and similar. I really love valgrind. Now I have to test code on Solaris/OpenSolaris and can t find ...

Valgrind memcheck programmatic enable

I don t suppose there is a way to programmatically enable/disable Valgrind memcheck the way you can with callgrind? (Start/stop instrumentation). It s painfully, unusably slow (which is okay if the ...

kcachegrind for RHEL 5.1

I m about to perform profiling to application. I have vagrind, but kcachegrind is not installed. Tryied to compile without success. Where it can be obtained from for RHEL 5.1?

热门标签