Top "Profiler" questions

A profiler is a programming tool used to track and analyse the performance of a software program.

Java Profiler tool on Mac OS X

I'm developing both a Java app and J2EE webapp using Eclipse Europa on Mac OS X 10.5.8. The webapp provides …

java macos profiler
Nodejs Profiling: What to do with v8.log file

Only thing I have installed is Nodejs. I'm using Windows 8 x64. I run my program via node --prof app.js. …

javascript node.js profiling profiler v8
SQL Server 2008 - Capturing all SQL Statements Hitting the Server

Can anyone suggest options we might have in capturing all SQL statements being sent to our SQL Server, outside of …

sql-server sql-server-2008 profiler extended-events
Is it possible to monitor and log actual queries made against an Access MDB?

Is it possible to monitor what is happening to an Access MDB (ie. what SQL queries are being executed against …

sql ms-access profiler showplan.out
Scala profiler?

I started to program in Scala recently. I'm looking for a free Scala profiler. Reading from the language's official site …

scala profiler
Running Visual VM from eclipse

I am trying to debug a java app using Visual VM in Eclipse kepler. I am executing the class having …

java eclipse profiler visualvm
VS2010 profiler : is it possible to profile one specific method?

Possibly some methods to turn on and turn off profiling from code? Or can you select a specific function to …

visual-studio-2010 visual-studio profiling profiler
Find out how much memory is being used by an object in C#?

Does anyone know of a way to find out how much memory an instance of an object is taking? For …

c# performance memory profiler
How to enable profiler in symfony 4

Solved: I re-install it all over again and now it contains the web_profiler.yalm inside. Thanks to all. The …

php symfony profiler symfony4
Best way to measure Memory Usage of a Java Program?

I'm currently using VisualVM, but the problem I'm having is that I can't save the graphs it generates. I need …

java profiler visualvm measurement memory-consumption