PelionIoT / mbed-trace

mbed trace library
Apache License 2.0
18 stars 15 forks source link

Eliminate buffering of formatted trace line #29

Open RomanSaveljev opened 8 years ago

RomanSaveljev commented 8 years ago

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?

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSYST-1206