You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mbed_tracef implementation will spend excessive time trying to calculate trace length, then formatting it to a buffer, then finally printing it out. Implementations like tinyprintf avoid that and output directly. Can we do it better?