Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 7f0e9d2cc294974b84562d13b27b6991 > files > 37

ocamlviz-1.01-1.1mdv2010.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="Up" href="Monitor_sig.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Binary" rel="Chapter" href="Binary.html">
<link title="Bproto" rel="Chapter" href="Bproto.html">
<link title="Db" rel="Chapter" href="Db.html">
<link title="Graph" rel="Chapter" href="Graph.html">
<link title="Monitor_sig" rel="Chapter" href="Monitor_sig.html">
<link title="Ocamlviz" rel="Chapter" href="Ocamlviz.html">
<link title="Ocamlviz_threads" rel="Chapter" href="Ocamlviz_threads.html">
<link title="Protocol" rel="Chapter" href="Protocol.html">
<link title="Timemap" rel="Chapter" href="Timemap.html"><title>Monitor_sig.Monitor</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Monitor_sig.html">Up</a>
&nbsp;</div>
<center><h1>Module type <a href="type_Monitor_sig.Monitor.html">Monitor_sig.Monitor</a></h1></center>
<br>
<pre><span class="keyword">module type</span> Monitor = <code class="code">sig</code> <a href="Monitor_sig.Monitor.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Point.html">Point</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Point.html">..</a> <code class="code">end</code></pre><div class="info">
A module that allows to create checkpoints and
	watch how many times the program go through these points.
</div>
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Tag.html">Tag</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Tag.html">..</a> <code class="code">end</code></pre><div class="info">
A module that allows to create tags and mark values.
</div>
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Time.html">Time</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Time.html">..</a> <code class="code">end</code></pre><div class="info">
A module that allows time monitoring.
</div>
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Value.html">Value</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Value.html">..</a> <code class="code">end</code></pre><div class="info">
A module to monitor OCaml values such as native integers, floating-point numbers, booleans, strings.
</div>
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Tree.html">Tree</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Tree.html">..</a> <code class="code">end</code></pre><div class="info">
A module to monitor OCaml variant types and trees.
</div>
<pre><span class="keyword">module</span> <a href="Monitor_sig.Monitor.Hashtable.html">Hashtable</a>: <code class="code">sig</code> <a href="Monitor_sig.Monitor.Hashtable.html">..</a> <code class="code">end</code></pre><div class="info">
A module that allows hash tables monitoring.
</div>
<pre><span class="keyword">val</span> <a name="VALlog"></a>log : <code class="type">('a, Format.formatter, unit, unit) Pervasives.format4 -> 'a</code></pre><div class="info">
Similar to an Ocaml printf function.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALwait_for_connected_clients"></a>wait_for_connected_clients : <code class="type">int -> unit</code></pre><div class="info">
<code class="code">wait_for_connected_clients n</code> blocks the program 
	until <code class="code">n</code> clients are connected.<br>
</div>
<pre><span class="keyword">val</span> <a name="VALwait_for_killed_clients"></a>wait_for_killed_clients : <code class="type">unit -> unit</code></pre><div class="info">
<code class="code">wait_for_killed_clients ()</code> blocks the program 
	until every clients are disconnected.<br>
</div>
</body></html>