From ba46036d828fcd5f79ab7609025007b3dba46aee Mon Sep 17 00:00:00 2001 From: Sven Hassler Date: Thu, 10 Dec 2015 13:22:27 +0100 Subject: Added documentation, bugfixes, improvements - Added dlt-kpi.txt as asciidoc document. - Fixed a bug where extremely high CPU- and IO-Wait times were calculated. - CPU- and IO-Wait time are now being divided by CPU count. --- src/kpi/dlt-kpi-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/kpi/dlt-kpi-common.h') diff --git a/src/kpi/dlt-kpi-common.h b/src/kpi/dlt-kpi-common.h index 4e220a8..4777d6f 100644 --- a/src/kpi/dlt-kpi-common.h +++ b/src/kpi/dlt-kpi-common.h @@ -36,5 +36,6 @@ DltReturnValue dlt_kpi_read_file(char* filename, char* buffer, uint maxLength); DltReturnValue dlt_kpi_read_file_compact(char *filename, char **target); +int dlt_kpi_get_cpu_count(); #endif /* SRC_KPI_DLT_KPI_COMMON_H_ */ -- cgit v1.2.1