google-perftools Questions
2
according to the document, http://gperftools.googlecode.com/svn/trunk/doc/cpuprofile.html, the cpu profiles does support multi process and will generate independent output file:
If your program ...
Romanic asked 22/8, 2013 at 15:27
1
Solved
I am looking for a simple explanation of how gperftools works. So far, this is what I have learned:
It runs a stop-the-world sampler. In other words, it periodically stops the program being profi...
Duchess asked 17/6, 2015 at 23:48
2
I am trying to profile some C++ programs on MacOSX. So I built google-perftools, wrote a program, compiled using MacPorts g++ 4.7, with -g compiler flag, and linked to libprofiler. Then I ran:
CPU...
Gipps asked 12/5, 2012 at 8:52
2
Solved
gperftools documentation says that libprofiler should be linked into a target program:
$ gcc myprogram.c -lprofiler
(without changing a code of the program).
And then program should be run with...
Calculable asked 29/11, 2012 at 6:19
1
Solved
I have a multithreaded server process, written in C/C++ that I am trying to profile with Google perftools. However when I run the process with perftools, pretty soon my server stops with a "syscall...
Synthesis asked 10/7, 2013 at 18:49
1
Solved
I need to profile the test suite that I usually run with bundle exec rspec spec/ and produce the GIF image.
What is the command to run the perftools.rb so that it works correctly with bundler?
Occipital asked 13/3, 2012 at 8:22
2
Solved
How to use pprof in Go program?
There is a Go package named net/http/pprof,but I can't use it.
The document says go tool pprof http://localhost:6060/debug/pprof/heap ,which does not work.
And,wh...
Zone asked 4/12, 2012 at 9:6
1
My C++ program is consuming a lot of CPU, and more so as it runs. I used Google Performance Tools to profile CPU usage, and this is what I got:
(pprof) top
Total: 1343 samples
1330 99.0% 99.0% 13...
Allowed asked 13/10, 2011 at 16:18
1
Solved
I am trying the google performance tool for CPU time profiling. However, I had encountered some problem that I cannot read the shared library file "libprofiler.so.0"
I had read the README of googl...
Cut asked 17/10, 2009 at 5:32
2
Solved
I just downloaded and built the libraries/executables of Google Performance Tools. Before I run the CPU profiler on the application that I want to investigate, I want to learn how to use the tools ...
Client asked 7/7, 2009 at 18:9
1
© 2022 - 2024 — McMap. All rights reserved.