kbasic_task.tgffopt

来自「TGFF省城程序」· TGFFOPT 代码 · 共 41 行

TGFFOPT
41
字号
# Seed value for random generatorseed 1# 2 types of task graphs (one is about 2x as many NODES)period_mul 1, 2# Period must be greater than deadlineperiod_g_deadline 1# Ratio period/deadline (must be >1 if "period_g_deadline" is true)period_laxity 1# Number of task graphs = 3tg_cnt 10# Sets maximum 'in degree' and 'out degree' for each node # (to 2 and 3, repectively)task_degree 2 3# Average 25 tasks per graph  (+/- 10 tasks)# (This number of tasks is then multiplied by the 'period_mul' value for# that particular graph)task_cnt 25 10# Specifies that each task should have a unique number for it's type# Note the following 2 lines are equivalent:task_unique 1task_unique#-------------------------------------------------# Output commands#-------------------------------------------------# Write the task graphs specified so far to .tgff filetg_write# Write the task graphs specified so far to .eps fileeps_write# Write the task graphs specified so far to .vcg filevcg_write

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?