package memtrace_viewer

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
md5=b0ce74f7440677dada0137cab9e5e1c3

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: 02 Oct 2020

Dependencies (26)

  1. uri >= "3.1.0"
  2. tyxml >= "4.4.0"
  3. spawn >= "v0.13.0" & < "v0.15"
  4. ppx_tools_versioned >= "5.4.0"
  5. ppxlib >= "0.15.0" & < "0.18.0"
  6. octavius >= "1.2.2"
  7. ocaml-migrate-parsetree >= "0.4" & < "2.0.0"
  8. memtrace >= "0.1.1" & < "0.2.0"
  9. magic-mime >= "1.1.2"
  10. logs >= "0.7.0"
  11. lambdasoup >= "0.7.1"
  12. jsonm >= "1.0.1"
  13. js_of_ocaml-ppx >= "3.7.0" & < "4.0.0"
  14. js_of_ocaml >= "3.7.0" & < "4.0.0"
  15. fmt >= "0.8.8"
  16. dune-configurator >= "2.7.1"
  17. dune >= "2.7.1"
  18. domain-name >= "0.3.0"
  19. ctypes-foreign >= "0.4.0"
  20. ctypes >= "0.17.1" & < "0.18.0"
  21. cstruct >= "5.2.0"
  22. cryptokit >= "1.14"
  23. base64 >= "3.4.0"
  24. astring >= "0.8.5"
  25. conf-libssl
  26. ocaml >= "4.11.0" & < "4.12"

Dev Dependencies

None

Used by

None

Conflicts (2)

  1. re < "1.9.0"
  2. sexplib0 >= "v0.15.0" | < "v0.14.0"