Skip to content

Commit

Permalink
Exported timing utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
adamConnerSax committed May 23, 2024
1 parent dd62527 commit 4504eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Knit/Report.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ module Knit.Report
, module Knit.Effect.Serialize
, module Polysemy.Async
, module Knit.Report.Cache

-- * Utilities
, module Knit.Utilities.Timing
)
where

Expand Down Expand Up @@ -123,3 +126,4 @@ import Knit.Report.Input.RST ( addRST
import Knit.Report.Input.Visualization.Hvega
( addHvega, addHvega' )
import Knit.Report.Input.Visualization.Diagrams
import Knit.Utilities.Timing (cpuTimed, withCPUTime, logWithTime)

0 comments on commit 4504eeb

Please sign in to comment.