Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Should we perform profiling at development phase or testing phase?

Who will perform profiling?
Posted
Updated 28-May-13 3:04am
v4
Comments
CHill60 28-May-13 8:03am    
Profiling of what?
Omer Zia 28-May-13 9:02am    
Memory Profiling!
Sergey Alexandrovich Kryukov 28-May-13 9:09am    
Of what? :-)
—SA
[no name] 28-May-13 8:13am    
Profile when ever you want and whom ever is available should do it.
Sergey Alexandrovich Kryukov 28-May-13 9:10am    
If you are asking, not you, at least not now. :-)
—SA

Most typically, this is done when one observes or suspects, or wants to prevent a memory leak. Please see:
http://en.wikipedia.org/wiki/Memory_debugger[^],
http://en.wikipedia.org/wiki/Memory_leak[^].

—SA
 
Share this answer
 
Well your original reply to my comment said "Code Profiling!" so you're not really sure ... have a look at this article Tools and Techniques for Code Profiling[^] which includes a link back to CodeProject amongst others.
The simple answer is "both" ... and during maintenance as well. As to "who" - I would advise getting a tool to do it for you ... there are some suggestions in the article
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900