opentracing-0.1.0.0: OpenTracing for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenTracing.Time

Documentation

class AsMicros a where Source #

Methods

micros :: Integral b => a -> b Source #

Instances

Instances details
AsMicros UTCTime Source # 
Instance details

Defined in OpenTracing.Time

Methods

micros :: Integral b => UTCTime -> b Source #

AsMicros NominalDiffTime Source # 
Instance details

Defined in OpenTracing.Time

Methods

micros :: Integral b => NominalDiffTime -> b Source #