The latest version of ghc-trace-events is 0.1.2.9-0.
ghc-trace-events
Version 0.1.0 revision 0 uploaded by MitsutoshiAoe.
Package meta
- Synopsis
- Faster traceEvent and traceMarker, and binary object logging for eventlog
- Description
ghc-trace-events provides faster traceEvent and traceMarker as well as arbitrary binary object logging for the eventlog framework. Unlike the eventlog tracing functions in base, all the tracing functions in this library don't evaluate the input if user event logging (the -lu flag) is disabled, which can give a significant boost in performance. Take a look at the benchmark suite for the details.
This library provies the following modules:
- Debug.Trace.String
- Drop-in replacements for the event tracing functions in Debug.Trace.
- Debug.Trace.ByteString
- UTF-8 encoded Data.ByteString.ByteString variants of the event tracing functions. It's faster than the String variants.
- Debug.Trace.Text
- Data.Text.Text variants of the event tracing functions in Debug.Trace. It's faster than the String variants.
- Debug.Trace.Binary
- Arbitary binary object logging available for GHC 8.8 or later. Unlike the other tracing functions Debug.Trace.Binary.traceBinaryEvent takes an arbitrary Data.ByteString.ByteString objects as opposed to UTF-8 encoded strings.
- Author
- Mitsutoshi Aoe
- Bug reports
- n/a
- Category
- Development, GHC, Trace
- Copyright
- Copyright (C) 2018-2019 Mitsutoshi Aoe
- Homepage
- https://github.com/maoe/ghc-trace-events
- Maintainer
- Mitsutoshi Aoe <me@maoe.name>
- Package URL
- n/a
- Stability
- n/a