package memtrace_viewer

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=0d9b7ddf94f9cf090930a36468abd4f4ca40c5618ec02dbbc6fd47fb0572433d

doc/memtrace_viewer.bonsai_simple_table/Bonsai_simple_table/Make/Column/index.html

Module Make.ColumnSource

Sourcetype t
Sourceval create : ?header_for_testing:string -> ?classes:string list -> header:cell -> render:(Row.Id.t -> Row.t -> cell) -> group:Bonsai_simple_table__.Bonsai_simple_table_intf.Col_group.t option -> unit -> t

Create a column specification.

group allows grouping of columns. A run of adjacent (as defined by index) columns that share the same group will have their headers displayed in a two-row layout, like:

 | group name
 +---------+---------+
 | header1 | header2 | ...
 +---------+---------+
 | ...     | ...     | ...