Profiling

Go4Expert Member
8Jul2008,18:33   #1
Me@earth's Avatar
Hi friends..
Can anyone tell me what profiling means in OOPS??
Mentor
15Jul2008,15:37   #2
xpi0t0s's Avatar
A profiler is a program that monitors your program to find out where it's spending the most time. It's what you need to run if you want to know where to start optimising your code. Profiling isn't specific to object oriented programming.