package bonsai
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A library for building dynamic webapps, using Js_of_ocaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      bonsai-v0.16.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=1d68aab713659951eba5b85f21d6f9382e0efa8579a02c3be65d9071c6e86303
    
    
  doc/bonsai.protocol/Bonsai_protocol/Entry/index.html
Module Bonsai_protocol.EntrySource
Source
type t = {- label : [ `Bonsai of Bonsai.Private.Node_path.t | `Other of string ];
- entry_type : string;
- start_time : float;
- duration : float;
}All performance entries are forwarded to the debugger/profiler, whether or not they were generated by Bonsai. Thus, when possible, we extract the Bonsai node that the entry corresponds to, but otherwise we just pass along the label unmodified.
include Core.Bin_prot.Binable.S with type t := t
include Bin_prot.Binable.S_only_functions with type t := t
This function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >