From: Richard James Panturis Giuly
Subject: Optimization helper?
Date: 
Message-ID: <39A3E69D.9D103176@spam.com>
I read about some kind of program that tells how much cpu time
various parts of your code are using. Anyone know where I can
find such a program.

-- 
	ricky
	······@surfsouth.com
From: Eugene Zaikonnikov
Subject: Re: Optimization helper?
Date: 
Message-ID: <6ysnrwrmuy.fsf@localhost.localdomain>
>>>>> "Richard" == Richard James Panturis Giuly <··@spam.com> writes:

    Richard> I read about some kind of program that tells how much cpu
    Richard> time various parts of your code are using. Anyone know
    Richard> where I can find such a program.

You're talking about profiler. It is included with most of commercial
compilers, CMU CL also have a profiling tool. See your compiler
documentation for details.

--
  Eugene.