SCM Repository
View of /sml/trunk/src/compiler/MiscUtil/profile/profile.sig
Parent Directory
|
Revision Log
Revision 245 -
(download)
(as text)
(annotate)
Sat Apr 17 18:47:12 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/MiscUtil/profile/profile.sig
File size: 868 byte(s)
Sat Apr 17 18:47:12 1999 UTC (21 years, 9 months ago) by monnier
Original Path: sml/branches/SMLNJ/src/compiler/MiscUtil/profile/profile.sig
File size: 868 byte(s)
version 110.16
(* profile.sig * * COPYRIGHT (c) 1995 AT&T Bell Laboratories. * * User interface for controling profiling. * *) signature PROFILE = sig (* set/get the compilation mode *) val setProfMode : bool -> unit val getProfMode : unit -> bool (* set/get the profile timing mode *) val setTimingMode : bool -> unit val getTimingMode : unit -> bool val reset : unit -> unit (* reset profiling counts to zero. This is done automatically, when * the timing mode is enabled by setTimingMode. *) val report : TextIO.outstream -> unit (* print profiling report to stream *) val reportAll : TextIO.outstream -> unit (* print profiling report to stream; DON'T suppress zero entries*) val reportData: unit -> {name: string, count: int, time: Time.time} list (* Return the unformatted data for a report *) end; (* * $Log$ *)
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |