diff --git a/aarch64/corefreq-cli.c b/aarch64/corefreq-cli.c index 9437e730..dbcb7d9c 100644 --- a/aarch64/corefreq-cli.c +++ b/aarch64/corefreq-cli.c @@ -17035,6 +17035,7 @@ int main(int argc, char *argv[]) { Window tty = {.matrix.size.wth = 4}; + AggregateRatio(); reason = SysInfoProc(NULL, 80, NULL, NULL); if (IS_REASON_SUCCESSFUL(reason) == 0) { break; } diff --git a/x86_64/corefreq-cli.c b/x86_64/corefreq-cli.c index b805b8b5..1b8fa488 100644 --- a/x86_64/corefreq-cli.c +++ b/x86_64/corefreq-cli.c @@ -22102,6 +22102,7 @@ int main(int argc, char *argv[]) { Window tty = {.matrix.size.wth = 4}; + AggregateRatio(); reason = SysInfoProc(NULL, 80, NULL, NULL); if (IS_REASON_SUCCESSFUL(reason) == 0) { break; }