Copyright | (c) C. Maeder DFKI GmbH |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Utility functions that can't be found in the libraries but should be shared across Hets.
Documentation
getHetsTime :: IO HetsTime Source #
measureWallTime :: IO a -> IO (a, TimeOfDay) Source #
diffHetsTime :: HetsTime -> HetsTime -> TimeOfDay Source #
timeOfDayToSeconds :: TimeOfDay -> Int Source #