View Single Post
Re: Question on code profiling
Old
  (#8)
botman
Super Moderator
 
Status: Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
Default Re: Question on code profiling - 21-01-2004

A profiler tells you how much CPU time is being spent inside each function so you can re-write all the code that's really slow to make things run faster.

botman
  
Reply With Quote