@hackage tracy-profiler0.1.2.1

Haskell bindings for Tracy frame profiler

  • Installation

  • Dependencies (5)

  • Dependents (0)

  • Package Flags

      enable
       (off by default)

      Enable to actually call the Tracy functions and produce data. Otherwise the wrappers will be no-ops.

      fibers
       (off by default)

      Enable if your libtracyclient has this enabled.

      has_callstack
       (off by default)

      Enable if your libtracyclient has this enabled.

      manual_lifetime
       (off by default)

      Manually manage profiler lifetime. Enable if your libtracyclient has this enabled.

      on_demand
       (off by default)

      Don't generate and keep events if there's no connection. Enable if your libtracyclient has this enabled.

      zones_pedantic
       (on by default)

      Crash when a zone is starting on an unbound thread.

      zones_unsafe
       (off by default)

      Skip the bound-thread check for zones. This may crash the profile server with "zone ended twice" error.