|
From: Ice F. <ice...@gm...> - 2013-04-23 05:22:37
|
Hi folks, I use oprofile for performance profiling. I noticed that kcachegrind(more specifically, op2callgrind or kcachegrind-converters) is able to analyze information generated by oprofile. Please give me a hint where I can find the install packages of op2callgrind for Centos(except kcachegrind.sf.net, because I'm unable to access this website)? Thanks! Best regards, James |
|
From: Mark W. <mj...@re...> - 2013-04-23 07:35:48
|
On Tue, Apr 23, 2013 at 01:22:31PM +0800, Ice Frog wrote: > I use oprofile for performance profiling. I noticed that kcachegrind(more > specifically, op2callgrind or kcachegrind-converters) is able to analyze > information generated by oprofile. > > > Please give me a hint where I can find the install packages of op2callgrind > for Centos(except kcachegrind.sf.net, because I'm unable to access this > website)? Thanks! I believe it is called /usr/bin/op2calltree which is part of the kdesdk package. Cheers, Mark |
|
From: Josef W. <Jos...@gm...> - 2013-04-23 08:44:50
|
Am 23.04.2013 09:35, schrieb Mark Wielaard: > On Tue, Apr 23, 2013 at 01:22:31PM +0800, Ice Frog wrote: >> I use oprofile for performance profiling. I noticed that kcachegrind(more >> specifically, op2callgrind or kcachegrind-converters) is able to analyze >> information generated by oprofile. >> >> >> Please give me a hint where I can find the install packages of op2callgrind >> for Centos(except kcachegrind.sf.net, because I'm unable to access this >> website)? Thanks! > > I believe it is called /usr/bin/op2calltree which is part of the > kdesdk package. Yes. It can be found as part of kcachegrind sources, which is hosted with the KDE repositories. Get a copy with git clone git://anongit.kde.org/kcachegrind Cheers, Josef > > Cheers, > > Mark > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |