callgrind
About callgrind output
I am using http://valgrind.org/docs/manual/cl-manual.html to profile my application. But开发者_StackOverflow I have a question about it\'s o/p does it shows[详细]
2023-04-09 05:38 分类:问答Kcachegrind/callgrind is inaccurate for dispatcher functions?
I have a model code on which kcachegrind/callgrind reports strange results. It is kind of dispatcher function. The dispatcher is called from 4 places; each call says, which actual do_J function to run[详细]
2023-04-06 09:34 分类:问答Windows Callgrind results browser, alternative to KCacheGrind [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack 开发者_JS百科Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-02 17:23 分类:问答View gprof output in kcachegrind
How to view output of gprof in kcachegrind? Is here a converter from gcc\'s gmon.out in开发者_开发技巧to callgrind.out?Currently, this seems not to be supported. It is mentioned on Kcachegrind\'s whis[详细]
2023-04-01 03:08 分类:问答valgrind reports malloc assertion failure, memcheck doesn't report any errors
Callgrind reported an assertion violation in malloc although memcheck and a usual run reveals no errors:[详细]
2023-03-26 21:57 分类:问答Profile shared object without recompiling main program
I currently am developing a shared lilbrary for loading into PostgreSQL (as C-Language functions, see here). Now I would like to profile the function in this library without recompiling PostgreSQL its[详细]
2023-03-23 03:10 分类:问答How do I let Callgrind access my Qt project's source code?
I built a Qt project in Debug mode with Qt Creator, ran Callgrind to generate profiling data and tried loading it into Cachegrind. I noticed that I only see profiling information for Qt classes, so I[详细]
2023-03-11 06:47 分类:问答How to use callgrind on Centos Linux 5.5
I am trying to use the callgrind profiler to profile my C++ program. I am using Valgrind version 3.6,1 on Linux Centos Version 5.5 on a Intel 32-bit processor.I keep getting the following error(shown[详细]
2023-02-27 12:57 分类:问答Logging code execution in C++
Having used gprof and callgrind many times, I have reached the (obvious) conclusion that I cannot use them efficiently when dealing with large (as in a CAD program that loads a whole car) programs. I[详细]
2023-02-24 11:36 分类:问答Callgrind main() inclusive cost much smaller than 100%
I profiled a few very simple C++ programs running on Linux. The inclusive cost of main() for all of them is far from 100%, something like 3.83%. Am I using callgrind correctly? I have the output of ca[详细]
2023-02-11 08:38 分类:问答