example1.txt.sched2
来自「一个非常著名的网格模拟器,能够运行网格调度算法!」· SCHED2 代码 · 共 37 行
SCHED2
37 行
/** * Author: Anthony Sulistio * Date: April 2003 * Description: * - This file is about Gridlets processing expenses report * - The "Deadline" refers to the experiment deadline cost or value * - The "Budget" refers to the experiment budget cost or value * * Explanations: * 1. The 1st time stamp is about the start of a grid user experiment. * Therefore, no budgets spent on processing Gridlets for "Resource 0". * In this example, we only create one grid resource, therefore, the "total" * column has same value as the "Resource 0" column. * * 2. The 2nd time stamp denotes the end time of the 1st Gridlet execution by * "Resource0". So the budget spent so far is 27.8514... * * 3. The 3rd time stamp denotes the end time of the 2nd Gridlet execution by * "Resource0". Therefore, the total budget spent on processing Gridlets * so far is 67.6392... * * 4. The 4th time stamp denotes the end time of the 3nd Gridlet execution by * "Resource0". Therefore, the total budget spent on processing Gridlets * is 139.2572... * * $Id: example1.txt.sched2,v 1.2 2003/06/30 02:33:26 anthony Exp $ */Gridlets Processing Expenses ReportDeadline: 10000.0 Budget: 10000.0Time-Stamp Resource0 Total7.161310768160297 0.0 0.027.159416111093226 27.851458885941646 27.85145888594164643.63819595194204 67.63925729442971 67.6392572944297177.46256124182456 139.25729442970822 139.25729442970822
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?