package memtrace-mirage

  1. Overview
  2. Docs

Use the Trace module to read and write trace files

Encoder and decoder for Memtrace traces

module Timestamp : sig ... end

Timestamps

module Timedelta : sig ... end

Times measured from the start of the trace

module Location : sig ... end

Source locations in the traced program

module Obj_id : sig ... end

Identifiers to represent allocations

module Location_code : sig ... end

Codes for subsequences of locations in a backtrace

module Allocation_source : sig ... end

Types of allocation

module Event : sig ... end

Trace events

module Info : sig ... end

Global trace info

module Writer : sig ... end

Writing traces