Subj : Re: how to find the CPU burst time (ie) CPU execution time - simple explanation needed To : comp.os.ms-windows,comp.os.linux,comp.os.linux.misc,comp.programming From : thegreatkarthik Date : Tue Aug 24 2004 10:22 pm sir, Thks a lot. still try too hard to find the execution time for a process. My question is "a processor will have certain processes to do.Before doing any process it will have scheduling algorithm to do that.For that it should know the execution time for the process.How a process will know the execution time of the process" My guess is "for calculating the exec. time for a process the cpu should interpret the instruction & should calculate the time or cycles of process." is it so? Please help me . Jack Klein wrote in message news:... > On 16 Aug 2004 06:46:19 -0700, thegreatkarthik@yahoo.co.in > (karthikeyan) wrote in comp.programming: > > > ++sir, > > I want to know how processor is finding the execution time - CPU > > Burst time. > > Execution time is one thing, and can be measured. What is "CPU burst > time"? There are certain types of memory cycles that can be called > "burst cycles", but they are related to the processor's memory > interface controller and not directly to the CPU. Although of course > memory access time can slow CPU execution time. > > > I know that there r lot of scheduling alg.. but in all these alg.. > > there are with input data ( CPU burst time) > > I don't want comparison of alg.. I want how CPU execution time is > > calculated. > > > > Moreover one more question instead of taking time for calculating a > > complex process's CPU burst time why can't we go for scheduling > > > > To me calculating CPU burst time is a time taking process & its also > > needs CPU resource & its overload to CPU. > > > > One more questions > > I tried tooooooooo hard to download Borland C++ but none of search > > engine help me.tried borland.com ,downloads.com . nothing helped me. > > Very old versions (Turbo C 2.01 and Turbo C++ 1.01) are available from > http://community.borland.com/museum/ > > The command line tools including the C++ Builder 5.5 compiler is > available from > http://www.borland.com/products/downloads/download_cbuilder.html. > > The personal version of Borland's C++ BuilderX complete with IDE for > Windows, Linux, and Solaris is available at > http://www.borland.com/products/downloads/download_cbuilderx.html. > > You have to register with Borland and provide some information to get > the free downloads. > > > Please help me to solve these issues. > > THKS in advance ............. > > > > karthik .