package memtrace_viewer
Interactive memory profiler based on Memtrace
Install
Dune Dependency
Authors
Maintainers
Sources
memtrace_viewer-v0.15.0.tar.gz
sha256=b21d4895f874e48b9f271fb3166ea98c14e7cb1850d621c1e3275f0290d9e338
doc/src/memtrace_viewer.common/identifier_intf.ml.html
Source file identifier_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
open! Core module type S = sig type t = private int [@@deriving equal, compare, sexp, bin_io] include Comparable.S with type t := t include Hashable.S with type t := t module Generator : sig type id := t type t [@@deriving sexp] val create : unit -> t val generate : t -> id end end module type S_with_special = sig include S val max_value : t val first_special : t val next_special : t -> t val is_special : t -> bool end module type Identifier = sig module type S = S module type S_with_special = S_with_special module Make () : S_with_special end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>