summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/report.h b/src/report.h
index 294314d..811a532 100644
--- a/src/report.h
+++ b/src/report.h
@@ -48,15 +48,6 @@ struct system_cpu_usage_report {
};
/**
- * @brief System CPU usage report per core.
- */
-struct system_percpu_usage_report {
- time_t time; /** Number of seconds after the Epoch */
- unsigned int cpu_count; /** Number of logical cpus (cores) */
- float usage[]; /** Utilization of each logical cpu (core) */
-};
-
-/**
* @brief Process CPU usage report.
*/
struct process_cpu_usage_report {