gridsim
Class GridSimStandardPE
- public class GridSimStandardPE
A class representing Standard PE (Processing Element) rating in
MIPS (Million Instructions Per Second). The users can
define MIPS rating fora Standard PE.
They can use this to define the capability resources or the
execution time of Gridlets with respect to Standard PE.
Method Summary |
static int | GetRating() Get Standard PE MIPS Rating |
static void | SetRating(int MIPSRating_value) Set Standard PE MIPS Rating |
static double | toMIs(double TimeInSec) Convert Execution Time in Second processor to MIs |
MIPSRating
public static int MIPSRating
GetRating
public static int GetRating()
- Get Standard PE MIPS Rating
- Returns: The value of standard PE MIPS rating
SetRating
public static void SetRating(int MIPSRating_value)
- Set Standard PE MIPS Rating
- Parameters:
- MIPSRating_value - The value of standard PE MIPS rating
toMIs
public static double toMIs(double TimeInSec)
- Convert Execution Time in Second processor to MIs
- Parameters:
- TimeInSec - The execution time in second w.r.t. standard time
- Returns: Equivalent Million Instructions (MIs) for TimeInSec