Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate buffering of formatted trace line #29

Open
RomanSaveljev opened this issue May 28, 2016 · 1 comment
Open

Eliminate buffering of formatted trace line #29

RomanSaveljev opened this issue May 28, 2016 · 1 comment
Labels

Comments

@RomanSaveljev
Copy link

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?

@RomanSaveljev RomanSaveljev changed the title Eliminate buffering, while building a trace line Eliminate buffering of formatted trace line May 28, 2016
@ciarmcom
Copy link

ciarmcom commented Aug 1, 2016

ARM Internal Ref: IOTSYST-1206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants