mcmc-0.6.2.4: Sample from a posterior using Markov chain Monte Carlo
Copyright(c) Dominik Schrempf 2021
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.