Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Application Profilers - C++ Exe

I have a bat script which calls out to an exe and starts this off - I dont know what language it is written in (Probably C++)

I want to find a profiler that allows me to run a command a few times and gathers IO/CPU and other stats

It needs to be open source where possible

Any suggestions

like image 674
Jack Kada Avatar asked Feb 04 '11 17:02

Jack Kada


1 Answers

You may try Performance Analysis of Logs (PAL) - http://pal.codeplex.com It has predefined templates for major system metrics (see System Overview template).

It may automatically create quite impressive report including graphs and brief explanations on detected 'hotspots'.

like image 71
Alex Pinsker Avatar answered Nov 01 '22 11:11

Alex Pinsker