0
votes
2answers
28 views
Alternatives to gprof
What other programs do the same thing as gprof?
1
vote
2answers
124 views
Profiler for Visual C++ 2005
Any recommendations for gratis (i.e. free as in free beer) profilers which can be integrated with Visual C++ 2005? I'm using Very Sleepy right now (which is really nice), but would …
-1
votes
1answer
18 views
How to use gmon.out besides gprof?
What programs use gmon.out?
1
vote
1answer
15 views
How do i stop log4net from logging when running tests in NUnit TestRunner
Let me explain my scenario first:
I have around 2000 tests to run, which take about 30 seconds in NUnit
I want to find out what's taking the time
I open Ants Profiler, and get it …
2
votes
3answers
403 views
Open Source Profiling Frameworks?
Have you ever wanted to test and quantitatively show whether your application would perform better as a static build or shared build, stripped or non-stripped, upx or no upx, gcc - …
0
votes
1answer
32 views
simics or tau?
Is there somebody that use SIMICS or TAU?
are good tools to profiling my code? I see that SIMICS is also a virtual platform hardware dipendent so i can run different simulation on …
22
votes
11answers
7k views
What can I use to profile C++ code in Linux?
I have a C++ application I'm in the process of optimizing. What tool can I use to pinpoint my slow code? :)
0
votes
2answers
98 views
Are there non-sampling time-profiling tools for iPhone apps?
I have tried Instruments and Shark to profile an iPhone app, but both use a data sampling approach, by regularly taking screenshots of thread stacks.
I would prefer to have a full …
0
votes
2answers
412 views
Windows Callgrind results browser, alternative to KCacheGrind
Is there any tool, other than KCacheGrind, being able to view callgrind results? Preferably for Windows platform?
2
votes
4answers
337 views
How can I see a visualization of a dynamic call graph for a .NET program?
Is there a tool out there for visualizing dynamic call graphs? I saw a reference to one for Visual Basic 6 but I'd like one for .NET.
If I had to build a visualizer myself should …
1
vote
3answers
65 views
Profiling COM libraries used from a .NET Application
I am looking for a performance profiler that is able to profile a C++ library that is being called from a .NET Application.
I tried Purify+ without success (I don't get the calls …
2
votes
5answers
121 views
Tool for analysing and stepping through code?
Recently I came across a tool which could analyse running python code and produced a visual representation similar to a code editor to allow one to step through the different parts …
0
votes
3answers
117 views
Profiling a VxWorks system
We've got a fairly large application running on VxWorks 5.5.1 that's been developed and modified for around 10 years now. We have some simple home-grown tools to show that we are …
0
votes
2answers
26 views
How to Profile just a program range
I need to profile some operations in my program in great detail.
Something like cachegrind would be very nice.
But my problem is that it takes a long time to setup the data struct …
1
vote
2answers
99 views
Profiling WPF application
I have a WPF application, that is sometimes freezing for maybe a half minute and then works fine.
I am thinking to profile that application.
Anybody knows a good tutorial of how to …
