Skip to content

Commit

Permalink
locli: cherry-picking fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Oct 6, 2022
1 parent e538655 commit ff74bc9
Show file tree
Hide file tree
Showing 24 changed files with 3,840 additions and 1,577 deletions.
581 changes: 581 additions & 0 deletions bench/locli/doc/Block propagation analysis data flow.graphml

Large diffs are not rendered by default.

888 changes: 888 additions & 0 deletions bench/locli/doc/Machine performance analysis data flow.graphml

Large diffs are not rendered by default.

24 changes: 19 additions & 5 deletions bench/locli/locli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ common base
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
TypeInType
ViewPatterns

ghc-options: -Wall
Expand All @@ -45,14 +47,19 @@ common base

build-depends: base

if os(windows)
buildable: False

library
import: base
hs-source-dirs: src

exposed-modules: Data.Accum
Data.CDF
Data.DataDomain

Cardano.Command
Cardano.Report
Cardano.TopHandler
Cardano.Util

Expand All @@ -67,30 +74,35 @@ library
Cardano.Analysis.MachPerf
Cardano.Analysis.Version

Cardano.Org
Cardano.Render

Cardano.Unlog.LogObject
Cardano.Unlog.Render
Cardano.Unlog.Resources

other-modules: Paths_locli
autogen-modules: Paths_locli

build-depends: aeson
, Histogram
, aeson-pretty
, async
, attoparsec
, attoparsec-iso8601
, bytestring
, cardano-git-rev
, cardano-prelude
, cardano-ledger-core
, iohk-monitoring
, cardano-prelude
, cardano-slotting
, containers
, deepseq
, directory
, filepath
, extra
, file-embed
, filepath
, ghc
, gnuplot
, Histogram
, iohk-monitoring
, optparse-applicative-fork
, optparse-generic
, ouroboros-consensus
Expand All @@ -109,6 +121,7 @@ library
, trace-resources
, transformers
, transformers-except
, unix
, unordered-containers
, utf8-string
, vector
Expand Down Expand Up @@ -148,3 +161,4 @@ test-suite test-locli
, text

other-modules: Test.Analysis.CDF
Test.Unlog.Org
Loading

0 comments on commit ff74bc9

Please sign in to comment.