packages feed

base-4.22.0.0: src/GHC/Event/Windows/Clock.hs

module GHC.Event.Windows.Clock (
    Clock,
    Seconds,
    getTime,
    getClock,

    -- * Specific implementations
    queryPerformanceCounter,
    getTickCount64
) where

import GHC.Internal.Event.Windows.Clock