Skip to content

Commit 307e9a8

Browse files
committed
[CLI] Aggregate ratios before printing System Information
1 parent 1da593f commit 307e9a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

aarch64/corefreq-cli.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17035,6 +17035,7 @@ int main(int argc, char *argv[])
1703517035
{
1703617036
Window tty = {.matrix.size.wth = 4};
1703717037

17038+
AggregateRatio();
1703817039
reason = SysInfoProc(NULL, 80, NULL, NULL);
1703917040
if (IS_REASON_SUCCESSFUL(reason) == 0) { break; }
1704017041

x86_64/corefreq-cli.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22102,6 +22102,7 @@ int main(int argc, char *argv[])
2210222102
{
2210322103
Window tty = {.matrix.size.wth = 4};
2210422104

22105+
AggregateRatio();
2210522106
reason = SysInfoProc(NULL, 80, NULL, NULL);
2210622107
if (IS_REASON_SUCCESSFUL(reason) == 0) { break; }
2210722108

0 commit comments

Comments
 (0)