package memtrace_viewer

  1. Overview
  2. Docs
Interactive memory profiler based on Memtrace

Install

Dune Dependency

Authors

Maintainers

Sources

memtrace_viewer-v0.15.0.tar.gz
sha256=b21d4895f874e48b9f271fb3166ea98c14e7cb1850d621c1e3275f0290d9e338

Description

Processes traces produced by the Memtrace library and displays the top allocators in a table or flame graph. To help find space leaks, events can be filtered by lifetime, showing only allocations of objects that are still live at peak memory usage.

Published: 21 Mar 2022

Dependencies (13)

  1. ocaml-embed-file >= "v0.15" & < "v0.16"
  2. memtrace >= "0.2.1.2"
  3. js_of_ocaml-ppx
  4. dune >= "2.0.0"
  5. virtual_dom >= "v0.15" & < "v0.16"
  6. async_rpc_websocket >= "v0.15" & < "v0.16"
  7. ppx_jane >= "v0.15" & < "v0.16"
  8. core_kernel >= "v0.15" & < "v0.16"
  9. bonsai >= "v0.15" & < "v0.16"
  10. async_rpc_kernel >= "v0.15" & < "v0.16"
  11. async_kernel >= "v0.15" & < "v0.16"
  12. async_js >= "v0.15" & < "v0.16"
  13. ocaml >= "4.11.0"

Dev Dependencies

None

Used by

None

Conflicts

None