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:
3
scp.c
3
scp.c
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user