Tagged Questions
Profiling tools are software that collect usage data of a running program or database and help to track their usage and behavior on a certain time span
218
votes
18answers
81k 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? :)
50
votes
5answers
16k views
25
votes
10answers
6k views
Profiler and Memory Analysis Tools for Delphi
I recently upgraded from Delphi 4 to Delphi 2009. With Delphi 4 I had been using GpProfile by Primoz Gabrijelcic as a profiler and Memory Sleuth by Turbo Power for memory analysis and leak debugging. ...
21
votes
5answers
382 views
Are there any good tools for finding usage statistics of GUI, broken down panes and components?
Collecting usage statistics per web-page on sites is common practice, I'm interested in a similar thing, but for GUI:s. You see Google Chrome (and others) collect usage statistics so Google can find ...
17
votes
3answers
19k views
Where is SQL Profiler in my SQL Server 2008?
I downloaded SQL Server 2008 and can't seem to find SQL Profiler anywhere.
I believe I installed the SQL Server Enterprise Express/trial version?
I guess it was Express and not Enterprise after all ...
15
votes
2answers
9k views
Memory Leaks in C# WPF
I could use some advice on tracking down the cause of memory leaks in C#. I understand what is a memory leak and I get why they occur in C# but I'm wondering what tools/strategies have you used in the ...
11
votes
5answers
6k 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?
11
votes
6answers
3k views
Tools to visually analyze memory usage of a PHP app
Is there anything out there freeware or commercial that can facilitate analysis of memory usage by a PHP application? I know xdebug can produce trace files that shows memory usage by function call ...
9
votes
9answers
3k views
Delphi Profiling tools
Hi
I am having some performance problems with my Delphi 2006 app.
Can you Suggest any profiling tools that will help me find the bottle neck
i.e. A tool like turbo Profiler
9
votes
4answers
2k views
How Does AQTime Do It?
I've been testing out the performance and memory profiler AQTime to see if it's worthwhile spending those big $$$ for it for my Delphi application.
What amazes me is how it can give you source line ...
8
votes
3answers
316 views
What's the meaning of thread concurrency overhead time in the profiler output?
I'd be really appreciated if someone with good experience of Intel VTune Amplifier tell me about this thing.
Recently I received performance analysis report from other guys who used Intel VTune ...
8
votes
5answers
7k views
How to set up Eclipse TPTP
I need to profile a java application for a customer. It's an eclipse/maven project, so I decided on using eclipse TPTP ( http://www.eclipse.org/tptp ).
I tried to install eclipse TPTP through the ...
6
votes
6answers
2k views
do you have kcachegrind like profiling tools for mac
Can anybody tell me about the tools you have for profiling like kcachegrind wingrind valgrind for mac platform.
I don't think these work on mac, i have also quick check on that.
6
votes
5answers
3k views
Which Java Profiling tool do you use and which tool you think is the best?
Want to know what the stackoverflow community feels about the various free and non-free Java Profilers and profiling tools available.
5
votes
3answers
605 views
Is VTune Worth Considering for Delphi?
Running through all the questions on profiling tools, I was surprised to discover VTune by Intel that I hadn't heard of before. At $700, it is even more expensive than AQTime.
But before I make the ...
5
votes
2answers
962 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 profile WPF ...
5
votes
5answers
3k views
Good memory profiling, leak and error detection for Windows
I'm currently looking for a good memory / leak detection tool for Windows. A few years ago, I used Numega's Boundschecker, which was VERY good. Right now it seems to have been
sold to Compuware, which ...
5
votes
4answers
754 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 -O2 or gcc -O3, hash ...
4
votes
2answers
5k views
How to measure network performance (how to benchmark network protocol)
First, a bit of background. There are many various comparison of distributed version control systems (DVCS) which compare size of repository, or benchmark speed of operations. I haven't found any that ...
4
votes
4answers
4k views
Code profiling / performance analysis tools for Windows CE/Mobile
What tools do you know, other than those in Visual Studio, to analyze performance bottlenecks in a Windows CE/Mobile application? I'm looking for something like AQTime for CE/Mobile, to profile C/C++ ...
3
votes
5answers
155 views
How to debug Java memory errors?
There is a Java Struts application running on Tomcat, that have some memory errors. Sometimes it becomes slowly and hoard all of the memory of Tomcat, until it crashes.
I know how to find and repair ...
3
votes
4answers
880 views
Java VisualVM giving bizarre results for CPU profiling - Has anyone else run into this?
I have written this small (and brutally inefficient) class and wanted to profile it using the Java VisualVM.
public class Test {
public static void main(String[] args) throws IOException {
...
3
votes
1answer
211 views
can supervisord be used for memory and CPU usage profiling of a program
I have to find if running a particular api repeatedly over a period of time cause memory leak.
I have a simple C program which is used to test the API once. I am planning to compile it and run the ...
3
votes
8answers
447 views
What is profiling?
I am new to this and is trying to learn,
What is profiling?
What are various free tools for profiling .NET, JEE
Can java script be profiled if so by which tool and lastly how do these profilers ...
3
votes
4answers
993 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 I bother with the ...
2
votes
1answer
53 views
gprof issue with output
The question is: Why is my gprof output only displaying "Index by function name" ?
I have compiled my application with the support of this tutorial :
...
2
votes
1answer
211 views
Remote CUDA profiling?
Is it possible to remotely execute a CUDA profile execution (similar to computeprof) and then bring the profile back for analysis?
The particular remote machine is headless and not-under-my-control, ...
2
votes
1answer
344 views
Is there an instruction-oriented profiling tool for Android?
I need to profile several functions in my java code for Android.
I do know about traceview. And I actually found which functions to investigate using this tool. But it gives no information that can ...
2
votes
1answer
303 views
Does VisualVM CPU profiling work on a Mac?
I'm trying to use VisualVM to profile on a Mac,with a 64 bit VM, but am having no success.
It appears to update only at LONG intervals (I thought it wouldn't profile at all, until I walked away from ...
2
votes
4answers
211 views
Profiler able to start profiling when executing some procedure
I browsed and read a lot of questions/answers about profilers on StackOverflow, but still have one more question I haven't found an answer to.
I have been using TurboPowers Memory Sleuth for years ...
2
votes
3answers
588 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 wouldn't mind shifting if ...
2
votes
5answers
195 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 of the code, seeing ...
2
votes
3answers
655 views
JetBrains dotTrace, is it possible to profile source code line by line? else I need another tool
I am using JetBrains dotTrace, I've profiled my app which is entirely CPU bound. But the results as you walk down the tree don't sum to the level above in the tree, I only see method calls not the ...
1
vote
2answers
154 views
Tracking down the source of .NET 4.0 Induced GC
I'm using PerfMonitor.exe ( http://bcl.codeplex.com/wikipage?title=PerfMonitor ) to track down some .NET performance issues of a .NET 4.0 app that uses some third party libraries some of which are ...
1
vote
1answer
295 views
Free Open Source Profiling (Eclipse TPTP): how to profile an application on glassfish server?
I want to have a free Open Source profiling tool for an application that is run in Glassfish server. I develop my application on Eclipse so I'm thinking TPTP is a good alternative. Glassfish is an ...
1
vote
3answers
199 views
What's a good PHP code profiler for use with Symfony?
My environments include OS X with Zend Server CE and Ubuntu Server, Apache 2. Developing with Symfony 1.4 & Doctrine on PHP 5.3.
I'm searching for a fairly easy-to-use profiler that can be used ...
1
vote
2answers
143 views
How can I profile threads in Java?
I have producer and consumer threads in my application and I need to profile them to see the performance of the threads, time taken before each goes to sleep and waits, etc., and take corrective ...
1
vote
1answer
145 views
How to profile HP QuickTest Pro tests
Is there any method to profile (measure execution time of code) tests for QuickTest Professional?
Or VBScript profiler, that can be applied for that purpose?
Or at least approach and beacons how it ...
1
vote
0answers
52 views
Memory use visual monitoring
I'm developing a software in C that uses a lot of memory and I need to monitor this. I know netbeans has this option but it needs Sloaris Studio.
Do you know some grafical tool to watch the use of ...
1
vote
1answer
108 views
How to profile a mysql db?
I'm an mssql veteran who's received a job that involves tuning a mysql db. with mssql it was simply a matter of firing up the db profiler and then crunching up the data it collects. I can't seem to ...
1
vote
2answers
132 views
Tool for finding the database bottlenecks in sql server
I would like a tool that monitors sql server while I test my application. THe applicatino will of course run different queries.
From the tool I would like an output like:
- this query was slow ...
1
vote
2answers
386 views
Servlet Profiling
What is the best way to undertake Servlet profiling?
In particular I am looking for a solution that can show the execution times of the method calls within the servlet.
I am running the Servlet ...
1
vote
1answer
2k views
OProfile on android
Has anybody used OProfile tool on android...If you are able to profile please provide the basic steps and any other configuration or setup in order to do that...
Regards,
Bharat Pawar
1
vote
1answer
197 views
Can you Profile Ms test integration tests?
I have never done any profiling, and have come across the first place that I really want to do it.
Is it possible to profile my MS integration tests? What tools do I need? is there something built-in ...
1
vote
2answers
1k 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 coverage profiling ...
1
vote
2answers
363 views
Python-Hotshot error trying to profile a simple program
I was trying to learn how to profile a simple python program using hotshot, but am facing a weird error,
import sys
import hotshot
def main(argv):
for i in range(1,1000):
print i
if __name__ ...
1
vote
5answers
387 views
Tools to profile function execution times of a .NET program
What tools are available to profile a .NET program by measuring function execution times and generating graphs to visualize the time spent at various points in the call graph?
1
vote
3answers
734 views
Page faults monitor for Windows
Is there any tool which displays at runtime, Page Faults delta on a per thread basis? Basically I have an application that is causing lots of page faults and I want to nail down the thread which is ...
1
vote
3answers
99 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 the COM library) and ...
1
vote
6answers
1k views
Best practice for profiling a SharePoint application
When the SharePoint application you are working on has unsatisfactory response times how do you pinpoint the causes and in which sequence? So far I have not yet found any open source or commercial ...