Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 3 Forum
Date: Sun Sep 30 2001 7:43 pm
Author: Lee, Peter <petel@cmu.edu>
Subject: Re: Speed

8.77u 0.50s 0:12.38 74.8%
...whatever that means

This means that 8.77 seconds was spent in "user mode", which means the time was spent executing the code that you wrote (your Java code). 0.50 seconds was spent in "system mode", executing code for the operating system that was necessary during your code's execution. The total elapsed time for your program's execution was 12.38 seconds. Thus, your program occupied 74.8% of the computer's attention. The remaining time was spent for some other program, or some OS process, or simply idle.

Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
Speed      Bradford, Marla R.      Thu Sep 27 2001 10:27 pm       
Re: Speed      Yuen, John      Thu Sep 27 2001 11:03 pm       
Re: Speed - grade ?      Shi, Ying      Fri Sep 28 2001 7:56 am       
Re: Speed - grade ?      Lee, Peter      Fri Sep 28 2001 9:48 am       
Re: Speed      Zaman, Rashid      Sun Sep 30 2001 10:58 am       
Re: Speed      Kohl, Charles M.      Sun Sep 30 2001 11:34 am       
Re: Speed      Lee, Peter      Sun Sep 30 2001 7:43 pm       

Back to previous screen