package memtrace-mirage

  1. Overview
  2. Docs

The sampling_rate is the proportion of allocated words that should be sampled. Values larger than about 1e-4 will have some performance impact.

module Make (P : Mirage_clock.PCLOCK) (F : Mirage_flow.S) : sig ... end
module Geometric_sampler : sig ... end

(For testing)