Skip to content

Commit

Permalink
Merge branch 'fix/cpuusage-negative-values' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalas98 committed Oct 17, 2022
2 parents db44174 + 0de076d commit c23be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tracers/gstcpuusagecompute.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <gst/gst.h>

G_BEGIN_DECLS
#define CPU_NUM_MAX 8
#define CPU_NUM_MAX 512
/* Returns a reference to the array the contains the cpu usage computed */
#define CPU_USAGE_ARRAY(cpuusage_struct) (cpuusage_struct->cpu_load)
/* Returns how many element contains the cpu_usage array
Expand Down

0 comments on commit c23be48

Please sign in to comment.