mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
10 lines
No EOL
5.3 KiB
HTML
10 lines
No EOL
5.3 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Trace (ocaml.Trace)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">ocaml</a> » Trace</nav><header class="odoc-preamble"><h1>Module <code><span>Trace</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-codeptr"><a href="#type-codeptr" class="anchor"></a><code><span><span class="keyword">type</span> codeptr</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-traced_function"><a href="#type-traced_function" class="anchor"></a><code><span><span class="keyword">type</span> traced_function</span><span> = </span><span>{</span></code><ol><li id="type-traced_function.path" class="def record field anchored"><a href="#type-traced_function.path" class="anchor"></a><code><span>path : <a href="../Path/index.html#type-t">Path.t</a>;</span></code></li><li id="type-traced_function.closure" class="def record field anchored"><a href="#type-traced_function.closure" class="anchor"></a><code><span>closure : <a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a>;</span></code></li><li id="type-traced_function.actual_code" class="def record field anchored"><a href="#type-traced_function.actual_code" class="anchor"></a><code><span>actual_code : <a href="#type-codeptr">codeptr</a>;</span></code></li><li id="type-traced_function.instrumented_fun" class="def record field anchored"><a href="#type-traced_function.instrumented_fun" class="anchor"></a><code><span>instrumented_fun : <span><a href="#type-codeptr">codeptr</a> <span class="arrow">-></span></span> <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-traced_functions"><a href="#val-traced_functions" class="anchor"></a><code><span><span class="keyword">val</span> traced_functions : <span><span><a href="#type-traced_function">traced_function</a> list</span> <a href="../Stdlib/index.html#type-ref">ref</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-is_traced"><a href="#val-is_traced" class="anchor"></a><code><span><span class="keyword">val</span> is_traced : <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <span><a href="../Path/index.html#type-t">Path.t</a> option</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_code_pointer"><a href="#val-get_code_pointer" class="anchor"></a><code><span><span class="keyword">val</span> get_code_pointer : <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <a href="#type-codeptr">codeptr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-set_code_pointer"><a href="#val-set_code_pointer" class="anchor"></a><code><span><span class="keyword">val</span> set_code_pointer : <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <span><a href="#type-codeptr">codeptr</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instrument_closure"><a href="#val-instrument_closure" class="anchor"></a><code><span><span class="keyword">val</span> instrument_closure :
|
||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Longident/index.html#type-t">Longident.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_expr">Types.type_expr</a> <span class="arrow">-></span></span>
|
||
<span><a href="#type-codeptr">codeptr</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span>
|
||
<a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print_trace"><a href="#val-print_trace" class="anchor"></a><code><span><span class="keyword">val</span> print_trace : <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <span><a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a> <span class="arrow">-></span></span> <a href="../Stdlib/Obj/index.html#type-t">Stdlib.Obj.t</a></span></code></div></div></div></body></html> |