pocomane / MiSTer_Batch_Control

Simple utility to control the MiSTer FPGA from the command line
47 stars 8 forks source link

speed of raw_seq #12

Closed sigboe closed 3 years ago

sigboe commented 3 years ago

it takes me over two seconds to do raw_seq, is this by design? Is it possible to speed up?

/root# time mbc raw_seq E

real    0m2.114s
user    0m0.002s
sys 0m0.003s
sigboe commented 3 years ago

sorry now i feel stupid, I found in the readme that it is set via environment variables. Thank you!