package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Utilities for collecting performance metrics

val enable : unit -> unit

This function must be called to enable all performance metrics.

val reset : unit -> unit

Reset all metrics to zero.

module Timer : sig ... end