ghc-trace-events: Faster replacements for traceEvent and traceMarker

[ bsd3, development, ghc, library, trace ] [ Propose Tags ]

This library provies 3 modules:

Debug.Trace.String
Drop-in replacements for the event tracing functions in Debug.Trace.
Debug.Trace.ByteString
Data.ByteString.ByteString variants of the event tracing functions in Debug.Trace.
Debug.Trace.Text
Data.Text.Text variants of the event tracing functions in Debug.Trace.

Unlike the tracing functions in base, all the tracing functions in this package don't evaluate the input if user event logging (the -lu option) is disabled.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0, 0.0.0.1, 0.1.0, 0.1.0.1, 0.1.2, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.2.6, 0.1.2.7, 0.1.2.8
Change log CHANGELOG.md
Dependencies base (>=4.8 && <4.12), bytestring (>=0.9.2 && <0.11), text (>=1.0.0 && <1.3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2018 Mitsutoshi Aoe
Author Mitsutoshi Aoe
Maintainer Mitsutoshi Aoe <maoe@foldr.in>
Category Development, GHC, Trace
Home page https://github.com/maoe/ghc-trace-events
Source repo head: git clone https://github.com/maoe/ghc-trace-events.git -b develop
Uploaded by MitsutoshiAoe at 2018-08-07T05:45:34Z
Distributions Arch:0.1.2.8, LTSHaskell:0.1.2.8, NixOS:0.1.2.8, Stackage:0.1.2.8
Reverse Dependencies 3 direct, 43 indirect [details]
Downloads 12086 total (196 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-08-07 [all 1 reports]

Readme for ghc-trace-events-0.0.0.1

[back to package description]

ghc-trace-events