1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 13:12:13 +00:00

SCP: Add display of host OS clock resolution to SHOW VERSION

This commit is contained in:
Mark Pizzolato
2015-11-23 07:30:28 -08:00
parent 972b3fccbb
commit 668761a460
2 changed files with 17 additions and 2 deletions

3
scp.c
View File

@@ -4332,7 +4332,8 @@ if (flag) {
#else
fprintf (st, "\n\t\tNo RegEx support for EXPECT commands");
#endif
fprintf (st, "\n\t\tOS clock tick size (time taken by msleep(1)): %dms", os_tick_size);
fprintf (st, "\n\t\tOS clock resolution: %dms", os_tick_size);
fprintf (st, "\n\t\tTime taken by msleep(1): %dms", idle_capable);
#if defined(__VMS)
if (1) {
char *arch =