sumberg / kex_japan_2018

Comparison of methods for controlling legacy hardware from a modern micro-controller
GNU General Public License v3.0
2 stars 0 forks source link

[#11] Measurements: Performance #13

Open sumberg opened 6 years ago

sumberg commented 6 years ago

Parent issue: #11

Write procedures to calculate the time it takes to run the predefined test program on the slave unit.

The time should be calculated as tCompSlave - tStartMaster, where tStartMasteris the time at which the master starts its execution, and tCompSlave is the time at which the slave is done executing its test program.

The procedures should also be applicable for any of the different implementation methods, e.g. it should use the same exact points in time in the calculation.

Tests passed: