Outputs a formatted string to the console if the update interval has passed. The display is either static or adds a newline depending on the this.static_display member.
Outputs a formatted string to the console if the specified update interval has passed. The display is either static or adds a newline depending on the this.static_display member.
Checks if it's time to update the display.
Timer, shared by all instances of this struct (there's only one time!)
Minimum time between updates (microsec)
Toggles between static display (true) and line-by-line display (false)
PeriodicTracer struct.