package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Proc/Resource_usage/index.html

Module Proc.Resource_usageSource

Sourcetype t = {
  1. user_cpu_time : float;
    (*

    Same as the "user" time reported by the "time" command

    *)
  2. system_cpu_time : float;
    (*

    Same as the "sys" time reported by the "time" command

    *)
}
OCaml

Innovation. Community. Security.