package memtrace_viewer

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=0d9b7ddf94f9cf090930a36468abd4f4ca40c5618ec02dbbc6fd47fb0572433d

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: 26 May 2024

Dependencies (14)

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

Dev Dependencies

None

Used by

None

Conflicts

None