1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>The PolyML.Profiling structure</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="docstyle.css" rel="stylesheet" type="text/css">
</head>
<body>
<ul class="nav">
<li><a href="PolyMLNameSpace.html">Previous</a></li>
<li><a href="PolyMLStructure.html">Up</a></li>
<li><a href="PolyMLStatistics.html">Next</a></li>
</ul>
<h2><font face="Arial"><strong>PolyML.Profiling structure</strong></font></h2>
<p>The PolyML.Profiling structure ...</p>
<PRE class="mainsig"><STRONG>structure</STRONG> Profiling:
<strong>sig</strong>
val profile: profileMode -> ('a -> 'b) -> 'a -> 'b
val profileData: profileDataMode -> unit
datatype profileDataMode = ProfileLiveData | ProfileLiveMutableData
val profileDataStream:
((int * string) list -> unit) -> profileDataMode -> unit
datatype profileMode =
ProfileAllocations
| ProfileLongIntEmulation
| ProfileTime
| ProfileTimeThisThread
val profileStream:
((int * string) list -> unit) ->
profileMode -> ('a -> 'b) -> 'a -> 'b
<strong>end</strong></PRE>
<ul class="nav">
<li><a href="PolyMLNameSpace.html">Previous</a></li>
<li><a href="PolyMLStructure.html">Up</a></li>
<li><a href="PolyMLStatistics.html">Next</a></li>
</ul>
</body>
</html>
|