Discussions
Categories
Groups
Advertisement
Child Item
Home
Topics
Technology & Internet
Software & Web Development
Development
Analysing my app
Bostitch
Hi,
I'm writing an app at the moment which is pretty large with loads different classes, libraries etc. A lot of the code is algorithms i put together on the fly, and while they work, they probably aren't the most efficient way of doing things. So what I'd like to be able to do is to see how much time the running app spends in each function or even class, so that I can see which areas I would get the most benefit from by re-writing.
It's basically a C++ project, also using OpenGL, and I'm using .NET to write it. I guess I could put a counter in each function to see how many times it was accessed but this seems like overkill, cause there's a lot of functions!!
Anyway, does this make sense, and if so, any ideas would be appreciated!.
Thanks,
Bostitch.
Find more posts tagged with
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of
Advertisement
Advertisement
Comments
dazberry
Haven't used this myself - (the product I use myself is pure Win32 - and discontinued) - but this might be useful:
http://www.automatedqa.com/products/aqnet.asp
D.
satchmo
Are you using Visual Studio, and if so have you tried using the profiler? It'll do exactly what you want, although I'm not sure what the story is with .NET.