SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

Batch execution #6

Closed icasrod closed 6 years ago

icasrod commented 6 years ago

It would be advisable to add a "Batch execution" option in the "Options" menu. This option is useful for users interested only in the final result and number of execution cycles. This option is extremely useful for excercises where students have to look for the fastest configuration, or for the impact of a number of modifications in the machine performance.

adrianabreu commented 6 years ago

Seems a nice option to be implemented. How can we deal with the user interaction?

My first choice would be to make something like this: image

And at the end of the execution display a modal like this containing a table with the results within a table like this: image

Any suggestions about this?

icasrod commented 6 years ago

Instead of "Execution amount", use "Replications". Instead of the result for every replication, a statistics summary (average, standard deviation, min, max) would be more than enough.