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 : Jack Klein Date : Mon Aug 16 2004 11:28 pm 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 -- Jack Klein Home: http://JK-Technology.Com FAQs for comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c++ http://www.parashift.com/c++-faq-lite/ alt.comp.lang.learn.c-c++ http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html .