VirtualBox

Changeset 9958 in vbox for trunk


Ignore:
Timestamp:
Jun 26, 2008 2:25:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32387
Message:

comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/time-r0drv-nt.cpp

    r8245 r9958  
    4242#if 1
    4343    ULONGLONG InterruptTime = KeQueryInterruptTime();
    44     return (uint64_t)InterruptTime * 100;
     44    return (uint64_t)InterruptTime * 100; /* The value is in 100ns, convert to ns units. */
    4545#else
    4646    LARGE_INTEGER InterruptTime;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette