bigphoton / arch

System architecture tools.
The Unlicense
3 stars 1 forks source link

Simulator to estimate and measure its own resource usage #18

Open jsilversto opened 3 years ago

jsilversto commented 3 years ago

Pre-flight, Simulator should be able to accurately guess how much memory and execution time (maybe normalised somehow) before calling self.run. After self.run, it should be able to look back at how much time and memory was actually used.