Thread
:
Question on code profiling
View Single Post
Re: Question on code profiling
(#
8
)
botman
Super Moderator
Status:
Offline
Posts: 280
Join Date: Jan 2004
Location: Plano, TX
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
botman
View Public Profile
Visit botman's homepage!
Find More Posts by botman