Popularity
1.8
Declining
Activity
0.0
Stable
2
2
0
Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Development
flamingra alternatives and similar packages
Based on the "Development" category.
Alternatively, view flamingra alternatives based on common mentions on social networks and blogs.
-
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Promo
www.onlyoffice.com
Do you think we are missing an alternative of flamingra or a related project?
Popular Comparisons
README
Hack to turn the profiling output into the format suitable for FlameGraph.
Haddock copy:
(Click it, it's “interactive”.)
TL;DR (and the only one available) guide:
some-program +RTS -P
wget https://github.com/brendangregg/FlameGraph/raw/master/flamegraph.pl
chmod +x flamegraph.pl
flamingra some-program.prof | ./flamegraph.pl picturesque.svg
Usage:
flamingra out.prof | …
or
… | flamingra | …
where out.prof is @[email protected] profiling output.