d3a25d37创建于 2024年6月4日历史提交
open! Core

(* all the ints print in hex to match the format in the actual perf map file *)
type t =
  { start_addr : Int64.Hex.t
  ; size : Int.Hex.t
  ; function_ : string
  }
[@@deriving sexp, compare, bin_io, hash]