package memtrace_viewer

  1. Overview
  2. Docs
Interactive memory profiler based on Memtrace

Install

Dune Dependency

Authors

Maintainers

Sources

memtrace_viewer-v0.16.0.tar.gz
sha256=bb50fc48fef748dffe7ff1e151021b1361500c432a8c2991065fd31fd474f817

doc/src/memtrace_viewer.common/orientation.ml.html

Source file orientation.ml

1
2
3
4
5
6
7
8
9
type t =
  | Callers
  | Callees
[@@deriving sexp, equal]

let flip = function
  | Callers -> Callees
  | Callees -> Callers
;;
OCaml

Innovation. Community. Security.