oprofile Questions
5
Solved
short version:
Is there a good time based sampling profiler for Linux?
long version:
I generally use OProfile to optimize my applications. I recently found a shortcoming that has me wondering.
...
1
Solved
I downloaded oprofile zip and then extracted it. Then using the command
./configure --prefix=/home/eranga/Software/oprofile-1.1.0
I tried to install it. Below are the last console messages.
checki...
1
Solved
After download the oprofile source code on my host ( Ubuntu 15.04 ),
for some reasons, I need to build the binary my own.
I enter the following command to build the binary
./configure && ...
Homage asked 21/10, 2015 at 1:41
1
I'm so confused. I don't know if oprofile can even provide a stack trace from a profiling report. I've been reviewing the oprofile manual and it only refers to stacktraces by saying that they can b...
Timmy asked 21/6, 2013 at 18:18
1
Solved
Is the oprofile project still alive and well?
I know it is still supported in the default linux kernel and that the user space utilities works (at least on the Arch linux I'm running), but the maj...
4
Solved
Shark on Mac OS X is a great tool for profiling an application on a running system. Is there any similar tools for Linux?
OProfile looks like it could be, anyone used it?
2
Solved
The application does not calculate things, but does i/o, read files, uses network. I want profiler to show it.
I expect something like something like in callgrind that calls clock_gettime each pro...
2
Solved
Using tools such as:
opreport
opcontrol
opannotate
I am starting to use this tool and trying to find the best combinations, examples to get
the most out of profiling.
Thanks
Deformed asked 3/9, 2009 at 12:46
1
© 2022 - 2024 — McMap. All rights reserved.