Subversion Repositories programming

Rev

Rev 415 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 416
Line 45... Line 45...
45
    public int finished_at = 0;
45
    public int finished_at = 0;
46
 
46
 
47
    /** The amount of time this Process has left */
47
    /** The amount of time this Process has left */
48
    public int time_left;
48
    public int time_left;
49
 
49
 
-
 
50
    /** The amount of time this process spent waiting to execute */
-
 
51
    public int time_wait = 0;
-
 
52
 
50
    /**
53
    /**
51
     * Constructor for the Process class.
54
     * Constructor for the Process class.
52
     *
55
     *
53
     * @param name this Process' name
56
     * @param name this Process' name
54
     * @param timeslice the burst time for this process
57
     * @param timeslice the burst time for this process