mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:23:11 +02:00
17 lines
223 B
Plaintext
17 lines
223 B
Plaintext
// # of Process
|
|
numprocess 3
|
|
|
|
// mean deivation
|
|
meandev 2001
|
|
|
|
// standard deviation
|
|
standdev 0
|
|
|
|
// process # I/O blocking
|
|
process 500
|
|
process 500
|
|
process 500
|
|
|
|
// duration of the simulation in milliseconds
|
|
runtime 10000
|