Serving the Quantitative Finance Community

 
User avatar
mj
Topic Author
Posts: 12
Joined: December 20th, 2001, 12:32 pm

profiling with visual C++ 7.1

September 6th, 2006, 5:27 am

how do i profile something? e.g. the quantlib testsuiteI have the academic edition which i think is basically the professional edition.
 
User avatar
adcockj
Posts: 1
Joined: July 14th, 2002, 3:00 am

profiling with visual C++ 7.1

September 6th, 2006, 8:08 am

Compuware DevPartner community edtion, used to be free although it now has a 45 day trial, should work. It's a bit of a pig to get working and stuff runs really really slowly but you get lots of pretty pictures and info on where the code in spending time.John
 
User avatar
mj
Topic Author
Posts: 12
Joined: December 20th, 2001, 12:32 pm

profiling with visual C++ 7.1

September 6th, 2006, 10:38 pm

shouldn't there be one built in with the professional edition?
 
User avatar
mj
Topic Author
Posts: 12
Joined: December 20th, 2001, 12:32 pm

profiling with visual C++ 7.1

September 7th, 2006, 2:50 am

ok i had a look on the microsoft website, eventually foudn a post by someone at microsoft saying that there wasn't a profiler built in , but a community partner produces a free one. Unhelpfully, it says to find it via webwearch.
 
User avatar
adcockj
Posts: 1
Joined: July 14th, 2002, 3:00 am

profiling with visual C++ 7.1

September 7th, 2006, 6:54 am

Agree with you totally, there should be one, They dropped it somewhere between VS 6 and 2003 and I think did so on the basis that there was a free versoin of the compuware one that was better than the old VS 6 version, however compuware now seem to be charging. Found myself in the same boat a few months ago and it was still free. I think they may have started charging now 2003 in now no longer the latest realeased version.John
 
User avatar
pascalroca
Posts: 0
Joined: October 19th, 2005, 6:45 pm

profiling with visual C++ 7.1

September 7th, 2006, 8:18 am

come on guy ! use quantify, purify, coverage :-0)