Line by line profiling system

This commit is contained in:
Jordan Brown
2017-10-27 13:10:21 -05:00
committed by CitadelStationBot
parent a5338759b7
commit f36d3ff08a
8 changed files with 124 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@
#define T20C 293.15 // 20degC
#define TCMB 2.7 // -270.3degC
#define SHORT_REAL_LIMIT 16777216
//"fancy" math for calculating time in ms from tick_usage percentage and the length of ticks
//percent_of_tick_used * (ticklag * 100(to convert to ms)) / 100(percent ratio)
//collapsed to percent_of_tick_used * tick_lag