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

Fix CLI task output header alignment #9081

Merged
merged 1 commit into from
Oct 23, 2019

Conversation

etracer65
Copy link
Member

Before:

# tasks
Task list             rate/hz  max/us  avg/us maxload avgload     total/ms
00 - (         SYSTEM)     10       1       0    0.5%    0.0%         0
01 - (         SYSTEM)    983       3       0    0.7%    0.0%         2
02 - (       GYRO/PID)   7878      67      56   53.2%   44.6%      2147
03 - (            ACC)    983      17       8    2.1%    1.2%        47

After:

# tasks
Task list             rate/hz  max/us  avg/us maxload avgload  total/ms
00 - (         SYSTEM)      9       1       1    0.5%    0.5%         0
01 - (         SYSTEM)    984       2       1    0.6%    0.5%        13
02 - (       GYRO/PID)   7858      70      57   55.5%   45.2%     14812
03 - (            ACC)    984      18       8    2.2%    1.2%       272

@etracer65 etracer65 added this to the 4.1.1 milestone Oct 21, 2019
@mikeller mikeller merged commit 040724b into betaflight:master Oct 23, 2019
mikeller added a commit that referenced this pull request Oct 23, 2019
Fix CLI task output header alignment
@etracer65 etracer65 deleted the fix_tasks_header_alignment branch December 4, 2019 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants