package octez-internal-libs
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  A package that contains some libraries used by the Octez suite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      tezos-octez-v20.1.tag.bz2
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=ddfb5076eeb0b32ac21c1eed44e8fc86a6743ef18ab23fff02d36e365bb73d61
    
    
  sha512=d22a827df5146e0aa274df48bc2150b098177ff7e5eab52c6109e867eb0a1f0ec63e6bfbb0e3645a6c2112de3877c91a17df32ccbff301891ce4ba630c997a65
    
    
  doc/octez-internal-libs.irmin_pack/Irmin_pack/Stats/Inode/index.html
Module Stats.InodeSource
Source
type t = private {mutable inode_add : int;mutable inode_remove : int;mutable inode_of_seq : int;mutable inode_of_raw : int;mutable inode_rec_add : int;mutable inode_rec_remove : int;mutable inode_to_binv : int;mutable inode_decode_bin : int;mutable inode_encode_bin : int;
}The type for stats for a store S.
inode_add + inode_remove + inode_of_seq + inode_of_rawis the total number ofInode.Val.tbuilt;inode_rec_add + inode_rec_removeare witnesses of the quantity of work that is done modifying inodes;inode_to_binvis the number ofInode.Bin.vbuilt;inode_encode_binis the number ofBintoCompressconversions;inode_decode_binis the number ofCompresstoBinconversions;
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >