package memtrace_viewer
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Interactive memory profiler based on Memtrace
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      memtrace_viewer-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=bb50fc48fef748dffe7ff1e151021b1361500c432a8c2991065fd31fd474f817
    
    
  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: 14 Jun 2023
Dependencies (13)
- 
  
    ocaml-embed-file
  
  
    >= "v0.16" & < "v0.17"
- memtrace
- js_of_ocaml-ppx
- 
  
    dune
  
  
    >= "2.0.0"
- 
  
    virtual_dom
  
  
    >= "v0.16" & < "v0.17"
- 
  
    async_rpc_websocket
  
  
    >= "v0.16" & < "v0.17"
- 
  
    ppx_jane
  
  
    >= "v0.16" & < "v0.17"
- 
  
    core_kernel
  
  
    >= "v0.16" & < "v0.17"
- 
  
    bonsai
  
  
    >= "v0.16" & < "v0.17"
- 
  
    async_rpc_kernel
  
  
    >= "v0.16" & < "v0.17"
- 
  
    async_kernel
  
  
    >= "v0.16" & < "v0.17"
- 
  
    async_js
  
  
    >= "v0.16" & < "v0.17"
- 
  
    ocaml
  
  
    >= "4.11.0"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page