mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 14:23:15 +02:00
24 lines
308 B
Plaintext
24 lines
308 B
Plaintext
|
|
// # of Process
|
||
|
|
numprocess 10
|
||
|
|
|
||
|
|
// mean deivation
|
||
|
|
meandev 2000
|
||
|
|
|
||
|
|
// standard deviation
|
||
|
|
standdev 0
|
||
|
|
|
||
|
|
// process # I/O blocking
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
process 500
|
||
|
|
|
||
|
|
// duration of the simulation in milliseconds
|
||
|
|
runtime 10000
|