package memtrace_viewer
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Interactive memory profiler based on Memtrace
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=0d9b7ddf94f9cf090930a36468abd4f4ca40c5618ec02dbbc6fd47fb0572433d
doc/src/memtrace_viewer.client/tab_panel_intf.ml.html
Source file tab_panel_intf.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36open! Core open Bonsai_web module type Tab = sig type t [@@deriving enumerate, sexp, compare, equal] module Input : T module Output : T val name : t -> string val initial : t val component : t -> input:Input.t -> select_tab:(t -> unit Vdom.Effect.t) Bonsai.Value.t -> (Vdom.Node.t * Output.t) Bonsai.Computation.t val enabled : input:Input.t -> (t -> bool) Bonsai.Value.t end module type Tab_panel = sig module type Tab = Tab type ('tab, 'output) t = { view : Vdom.Node.t ; selected_tab : 'tab ; select_tab : 'tab -> unit Vdom.Effect.t ; output : 'output } val component : (module Tab with type t = 'tab and type Input.t = 'input and type Output.t = 'output) -> input:'input -> ('tab, 'output) t Bonsai.Computation.t end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>