Developing Programmers .com

Local Search:



This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Saturday, 14 November, 2009
Profiling

A profiler is a tool that tells you where your program is spending its time. This is usually a breakdown by function, block and/or line of code.

Posted by sarah at 8:56 am in: Tools