mcmc-0.8.1.0: Sample from a posterior using Markov chain Monte Carlo
Copyright2021 Dominik Schrempf
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Mcmc.Monitor.Time

Description

Creation date: Fri May 29 12:36:43 2020.

Synopsis

Documentation

renderDuration :: NominalDiffTime -> ByteString Source #

Adapted from System.ProgressBar.renderDuration of package terminal-progressbar-0.4.1.

renderDurationS :: NominalDiffTime -> ByteString Source #

Render duration in seconds.

renderTime :: FormatTime t => t -> String Source #

Render a time stamp.