Tagged Questions

0
votes
2answers
40 views

How to modify a C program so that gprof can profile it?

When I run gprof on my C program it says no time accumulated for my program and shows 0 time for all function calls. However it does count the function calls. How do I modify my …
0
votes
1answer
22 views

Alternatives to gprof

What other programs do the same thing as gprof?
-1
votes
1answer
14 views

How to use gmon.out besides gprof?

What programs use gmon.out?
2
votes
3answers
44 views

Keep track of the maximum memory use in java profiler

I am trying to detect memeory leak in my java codes with java profilers VisualVM. I want to report the maximum memory usage before and after I fix a memory leak. While running Visu …
0
votes
2answers
23 views

jBoss Profile - how?

Hi there, I want to profile my jBoss Apps on a remote server. I've tried the Eclipse TPTP project but with an invoked agent my jBoss Portal doesn't start and it ends in unlimited …
0
votes
1answer
22 views

VisualVM memory leak detection

I am trying VisualVM for detecting memory leak in java. I am using the version 1.2.1. I took two snapshots to try to capture the change of memory usage overtime. In a tutorial I re …
0
votes
2answers
41 views

python cProfile and profile models skip functions

basically the cProfile module skips some functions when i run it, and the normal profile module produces this error. The debugged program raised the exception unhandled Assert …
0
votes
3answers
69 views

.NET 4 Profiler?

Does anyone know of a profiler that works with .NET 4 (beta 2)? I normally use the EQATEC profiler but it doesn't seem to be working with .NET 4 executables.
4
votes
1answer
48 views

Javascript memory profiler

I'm looking for a good JavaScript Memory profiler, specifically one that targets IE. And any suggestions on how to go about finding javascript memory leaks would also be appreicate …
0
votes
5answers
102 views

Java Profiler tool on Mac OS X

Hi guys, I'm developing both a Java app and J2EE webapp using Eclipse Europa on Mac OS X 10.5.8. The webapp provides a RESTful API layer for the Java app I've written. I'm runnin …
24
votes
14answers
689 views

What features should a C#/.NET profiler have?

This could be a borderline advertisement, not to mention subjective, but the question is an honest one. For the last two months, I've been developing a new open source profiler for …
2
votes
4answers
56 views

How to use profiler of Netbeans?

I want to find memory leaks in my java application but I don't know how to use Netbeans profiler to do that.
1
vote
4answers
83 views

.NET Attachable Profiler

Hi All, Is there any process-attachable .NET profiler available? The problem faced is that I am currently wanting to profile an online-only ClickOnce application, which cannot be …
7
votes
4answers
467 views

Perl memory usage profiling and leak detection?

I wrote a persistent network service in Perl that runs on Linux. Unfortunately, as it runs, its Resident Stack Size (RSS) just grows, and grows, and grows, slowly but surely. …
0
votes
0answers
34 views

does oracle have a similar tool like sql server profiler [closed]

Possible Duplicate: Oracle: is there a tool to trace queries, like Profiler for sql server? hi all, i want to know whether there is a similar tool like sql server profiler …

1 2 3 4 5 8 next
15 30 50 per page