summaryrefslogtreecommitdiff
path: root/src/common/console.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-06 17:28:35 +0100
committerHaru <haru@dotalux.com>2016-02-06 17:28:35 +0100
commit4a6f28cce495b118840da5139e7dd315437ee4b0 (patch)
treebeb65c47370d666ac34e02d121ab99494ee66335 /src/common/console.c
parent9d4ce2dc78fc0c7043948252ddb3ac45875df70a (diff)
parent8b59df7b9b89ff897d1259130da5d393d815be82 (diff)
downloadhercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.gz
hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.bz2
hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.xz
hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.zip
Merge pull request #1131 from 4144/timers
Add to system information also information about clock function.
Diffstat (limited to 'src/common/console.c')
-rw-r--r--src/common/console.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/console.c b/src/common/console.c
index f0702d0da..10e1bee1a 100644
--- a/src/common/console.c
+++ b/src/common/console.c
@@ -90,6 +90,7 @@ void display_title(void) {
ShowInfo("CPU: '"CL_WHITE"%s [%d]"CL_RESET"'\n", sysinfo->cpu(), sysinfo->cpucores());
ShowInfo("Compiled with %s\n", sysinfo->compiler());
ShowInfo("Compile Flags: %s\n", sysinfo->cflags());
+ ShowInfo("Timer Function Type: %s\n", sysinfo->time());
}
/**