You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
3.7 KiB

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>InferModules__JavaProfilerSamples (infer.InferModules__JavaProfilerSamples)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc %%VERSION%%"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> <a href="../index.html">infer</a> &#x00BB; InferModules__JavaProfilerSamples</nav><h1>Module <code>InferModules__JavaProfilerSamples</code></h1></header><div class="spec module" id="module-ProfilerSample"><a href="#module-ProfilerSample" class="anchor"></a><code><span class="keyword">module</span> ProfilerSample : <a href="../../InferStdlib/InferStdlib/index.html#module-IStd">InferStdlib.IStd</a>.Caml.Set.S <span class="keyword">with</span> <span class="keyword">type</span> <a href="index.html#module-ProfilerSample">ProfilerSample</a>.elt = <a href="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a></code></div><div class="spec module" id="module-JNI"><a href="#module-JNI" class="anchor"></a><code><span class="keyword">module</span> <a href="JNI/index.html">JNI</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span></code></div><dl><dt class="spec type" id="type-labeled_profiler_sample"><a href="#type-labeled_profiler_sample" class="anchor"></a><code><span class="keyword">type</span> labeled_profiler_sample</code><code> = string * <a href="index.html#module-ProfilerSample">ProfilerSample</a>.t</code></dt></dl><div><div class="spec include"><div class="doc"><dl><dt class="spec value" id="val-compare_labeled_profiler_sample"><a href="#val-compare_labeled_profiler_sample" class="anchor"></a><code><span class="keyword">val</span> compare_labeled_profiler_sample : <a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> <span>&#45;&gt;</span> <a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> <span>&#45;&gt;</span> int</code></dt></dl></div></div></div><dl><dt class="spec value" id="val-equal_labeled_profiler_sample"><a href="#val-equal_labeled_profiler_sample" class="anchor"></a><code><span class="keyword">val</span> equal_labeled_profiler_sample : <a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> <span>&#45;&gt;</span> <a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> <span>&#45;&gt;</span> bool</code></dt><dt class="spec value" id="val-from_json_string"><a href="#val-from_json_string" class="anchor"></a><code><span class="keyword">val</span> from_json_string : string <span>&#45;&gt;</span> <span>use_signature:bool</span> <span>&#45;&gt;</span> <span><a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> list</span></code></dt><dt class="spec value" id="val-from_json_file"><a href="#val-from_json_file" class="anchor"></a><code><span class="keyword">val</span> from_json_file : string <span>&#45;&gt;</span> <span>use_signature:bool</span> <span>&#45;&gt;</span> <span><a href="index.html#type-labeled_profiler_sample">labeled_profiler_sample</a> list</span></code></dt><dt class="spec value" id="val-create_procname"><a href="#val-create_procname" class="anchor"></a><code><span class="keyword">val</span> create_procname : <span>classname:string</span> <span>&#45;&gt;</span> <span>methodname:string</span> <span>&#45;&gt;</span> <span>signature:string</span> <span>&#45;&gt;</span> <a href="../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a></code></dt></dl></div></body></html>