Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

Too much difference on resource usage between realtime and non-realtime. #284

Open TaehwanKwon opened 6 years ago

TaehwanKwon commented 6 years ago

1) Non-realtime mode resource usage of bot_mp nonrealtime


2) Realtime mode resource usage of bot_mp realtime

Why do they show so much difference on resource usage? I think Realtime mode should spend less resources since it runs slowly compared to non-realtime mode.