summaryrefslogtreecommitdiff
path: root/src/kpi/dlt-kpi-common.h
diff options
context:
space:
mode:
authorSven Hassler <sven_hassler@mentor.com>2015-12-10 13:22:27 +0100
committerLutz Helwing <lutz_helwing@mentor.com>2015-12-16 17:20:39 +0100
commitba46036d828fcd5f79ab7609025007b3dba46aee (patch)
tree0dd678966a0a3d2a4b5da8129f1c495ba99fba7e /src/kpi/dlt-kpi-common.h
parent77400754611a8e7982a7ee3c4816ee5f070c0dca (diff)
downloadDLT-daemon-ba46036d828fcd5f79ab7609025007b3dba46aee.tar.gz
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.
Diffstat (limited to 'src/kpi/dlt-kpi-common.h')
-rw-r--r--src/kpi/dlt-kpi-common.h1
1 files changed, 1 insertions, 0 deletions
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_ */