|
-
August 31st, 2010, 06:50 PM
#1
How to find out why a program is running so slow?
I have a program running really slow. I found that actually a function takes long time. But by debugging I don't know how to identify which piece of code within this function causes such slowness. Any guru here can tell me the best way to find out why? Thanks for your inputs.
-
August 31st, 2010, 07:21 PM
#2
Re: How to find out why a program is running so slow?
Run a profiler on the app.
-
September 1st, 2010, 07:21 AM
#3
Re: How to find out why a program is running so slow?
Profiling will give you a detailed analysis, but you could always just step through your program and observe which function calls take a long time to return.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|