blob: 9d9eceb4d0578696730ec2d0d33281b6faaa1a66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(***********************************************************************)
(* *)
(* Objective Caml *)
(* *)
(* Damien Doligez and Francois Rouaix, INRIA Rocquencourt *)
(* Ported to Caml Special Light by John Malecki and Xavier Leroy *)
(* *)
(* Copyright 1996 Institut National de Recherche en Informatique et *)
(* Automatique. Distributed only by permission. *)
(* *)
(***********************************************************************)
(* $Id$ *)
(* Run-time library for profiled programs *)
val counters: (string * (string * int array)) list ref
|