Skip to content

Commit

Permalink
Oops, almost forgot to update --all-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dehydratedpotato authored Mar 27, 2023
1 parent 3783863 commit 9b4667b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SocPowerBuddy/socpwrbud.m
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ int main(int argc, char * argv[])
[NSString stringWithUTF8String: METRIC_IDLE],
[NSString stringWithUTF8String: METRIC_DVFM],
[NSString stringWithUTF8String: METRIC_DVFMMS],
[NSString stringWithUTF8String: METRIC_DVFMVOLTS],
[NSString stringWithUTF8String: METRIC_VOLTS],
[NSString stringWithUTF8String: METRIC_POWER],
[NSString stringWithUTF8String: METRIC_INSTRCTS],
[NSString stringWithUTF8String: METRIC_FREQ],
Expand Down Expand Up @@ -233,10 +235,12 @@ int main(int argc, char * argv[])
continue;
}
if ([cmd.metrics[i] isEqual:[NSString stringWithUTF8String:METRIC_DVFMMS]]) {
bd.dvfm = true;
bd.dvfm_ms = true;
continue;
}
if ([cmd.metrics[i] isEqual:[NSString stringWithUTF8String:METRIC_DVFMVOLTS]]) {
bd.dvfm = true;
bd.dvfm_volts = true;
continue;
}
Expand Down

0 comments on commit 9b4667b

Please sign in to comment.