Skip to content

Commit

Permalink
fixes function signature for MemStats
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldJennings committed Feb 11, 2024
1 parent f7b92bb commit d5770f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/faabric/util/system_metrics.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ namespace faabric::util {

UtilisationStats getSystemUtilisation();
CPUStats getCPUUtilisation();
MemStats getMemoryUtilisation();
double getMemoryUtilisation();
}

0 comments on commit d5770f9

Please sign in to comment.