RobotCasserole1736 / RobotCasserole2016

Robot Source Code for 2016 FRC Game
2 stars 0 forks source link

Add performance metric logging #29

Closed gerth2 closed 8 years ago

gerth2 commented 8 years ago

For ensuring robust SW, add a few new pieces of logging:

Use FPGA timestamp to mark the start/end of each *perioidic loop. On the next loop, log that elapsed time to file. Ensure the start/end encapsulates the logging overhead as well.

Log the ds.isNewControlData() return value to indicate if field coms lag or robot (for any reason) is not getting updates from the DS.

gerth2 commented 8 years ago

oops, duplicate