<h3>Generating html format results<aclass="headerlink"href="#generating-html-format-results"title="Permalink to this headline">¶</a></h3>
<h3>Generating html format results<aclass="headerlink"href="#generating-html-format-results"title="Permalink to this headline">¶</a></h3>
<p>By default, the result file is <codeclass="docutils literal notranslate"><spanclass="pre">html</span></code> format. You can also specify it with the <codeclass="docutils literal notranslate"><spanclass="pre">--format</span></code> parameter:</p>
<p>By default, the result file is <codeclass="docutils literal notranslate"><spanclass="pre">html</span></code> format. You can also specify it with the <codeclass="docutils literal notranslate"><spanclass="pre">--format</span></code> parameter:</p>
<divclass="highlight-bash notranslate"><divclass="highlight hljs"><preclass="bash">$ profiler stop --format html
<divclass="highlight-bash notranslate"><divclass="highlight hljs"><preclass="bash">$ profiler stop --format html
<p>Or use the file name name format in the <codeclass="docutils literal notranslate"><spanclass="pre">--file</span></code> parameter. For example, <codeclass="docutils literal notranslate"><spanclass="pre">--file</span><spanclass="pre">/tmp/result.html</span></code>.</p>
<p>Or use the file name name format in the <codeclass="docutils literal notranslate"><spanclass="pre">--file</span></code> parameter. For example, <codeclass="docutils literal notranslate"><spanclass="pre">--file</span><spanclass="pre">/tmp/result.html</span></code>.</p>
@ -388,7 +388,7 @@ Started [cpu] profiling</pre></div>
<p>Stop sampling and save to the specified file:</p>
<p>Stop sampling and save to the specified file:</p>
<p>Specific format reference: <aclass="reference external"href="https://github.com/jvm-profiling-tools/async-profiler/blob/v1.8.1/src/arguments.cpp#L50">arguments.cpp</a></p>
<p>Specific format reference: <aclass="reference external"href="https://github.com/jvm-profiling-tools/async-profiler/blob/v2.5/src/arguments.cpp#L50">arguments.cpp</a></p>