package memtrace

  1. Overview
  2. Docs
Streaming client for Memprof

Install

Dune Dependency

Authors

Maintainers

Sources

memtrace-0.2.2.tbz
sha256=9500666006b235a0bd0a7efa4ffa1329556d59572c3eb4d19b387cbf13c4c48f
sha512=c4528cbdb6fe4832f54334c418b7a3380f353df14ab00f61513eaa1f972b7e4295ea56fe60392e1c6245d64d63262fec1b5dd577ab0756e1304c880b5d05c072

CHANGES.md.html

v0.2.2 (2021-03-03)

  • Don't write to trace file from forked child process (avoids corruption from concurrent writers)

  • Fix a TSDL syntax error

  • Bug fixes

v0.2.1.2 (2020-03-08)

More fixes for 32-bit platforms.

v0.2.1.1 (2020-02-03)

Fix compilation on 32-bit platforms.

v0.2.1 (2020-01-27)

Packaging fixes.

v0.2 (2020-12-08)

  • New support for tracing external allocations

  • Bugfix for 32-bit builds

  • Better error-checking for sampling_rate parameter

v0.1.2 (2020-09-16)

More packaging fixes.

v0.1.1 (2020-09-09)

Packaging fixes.

v0.1 (2020-09-04)

Initial release.