<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>quickstart_Hiperf</title>

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <style>
      code[class*='smartperf-'],
      pre[class*='smartperf-'] {
        color: #333333;
        background: none;
        font-family: Helvetica;
        line-height: 1.6;
        text-align: left;
        white-space: pre;
        -moz-tab-size: 9;
        -o-tab-size: 9;
        tab-size: 8;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
      }

      /* Code blocks */
      pre[class*='smartperf-'] {
        padding: 0.9em;
        overflow: auto;
        border-radius: 2px;
        background: #f5f5f4;
      }

      /* Inline code */
      :not(pre) > code[class*='smartperf-'] {
        white-space: normal;
        background: #fcf8f8;
        padding: 1px 0.2em;
        border-radius: 1px 0.3em;
      }

      .tk.comment,
      .tk.blockquote {
        color: #8c918c;
      }

      .tk.cdata {
        color: #183898;
      }

      .tk.doctype,
      .tk.punctuation,
      .tk.variable,
      .tk.macro.property {
        color: #424242;
      }

      .tk.operator,
      .tk.important,
      .tk.keyword,
      .tk.rule,
      .tk.builtin {
        color: #b71d65;
      }

      .tk.string,
      .tk.url,
      .tk.regex,
      .tk.attr-value {
        color: #16338d;
      }

      .tk.property,
      .tk.number,
      .tk.boolean,
      .tk.entity,
      .tk.atrule,
      .tk.constant,
      .tk.symbol,
      .tk.command,
      .tk.code {
        color: #037aa2;
      }

      .tk.tag,
      .tk.selector,
      .tk.prolog {
        color: #69ad62;
      }

      .tk.function,
      .tk.namespace,
      .tk.pseudo-element,
      .tk.class,
      .tk.class-name,
      .tk.pseudo-class,
      .tk.id,
      .tk.url-reference .tk.variable,
      .tk.attr-name {
        color: #775d9d;
      }

      .tk.entity {
        cursor: help;
      }

      .tk.title,
      .tk.title .tk.punctuation {
        font-weight: bold;
        color: #1a3773;
      }

      .tk.list {
        color: #f56940;
      }

      .tk.inserted {
        background-color: #eaffea;
        color: #509b2f;
      }

      .tk.deleted {
        background-color: #fae1e1;
        color: #ad2d06;
      }

      .tk.bold {
        font-weight: bolder;
      }

      .tk.italic {
        font-style: normal;
      }

      /* JSON */
      .smartperf-json .tk.property {
        color: #19358c;
      }

      .smartperf-markup .tk.tag .tk.punctuation {
        color: #2c2b2b;
      }

      /* CSS */
      code.smartperf-css,
      .smartperf-css .tk.function {
        color: #047ca4;
      }

      /* YAML */
      .smartperf-yaml .tk.atrule {
        color: #609b5a;
      }

      code.smartperf-yaml {
        color: #153491;
      }

      /* Ruby */
      .smartperf-ruby .tk.function {
        color: #3f3e3e;
      }

      /* Markdown */
      .smartperf-markdown .tk.url {
        color: #6e5298;
      }

      /* Makefile */
      .smartperf-makefile .tk.symbol {
        color: #6c5393;
      }

      .smartperf-makefile .tk.variable {
        color: #183488;
      }

      .smartperf-makefile .tk.builtin {
        color: #027ba4;
      }

      /* Bash */
      .smartperf-bash .tk.keyword {
        color: #027fa9;
      }

      /* highlight */
      pre[dl] {
        position: relative;
        padding: 1em 1px 1px 0.9em;
      }

      pre[dl] .line-highlight-wrapper {
        position: absolute;
        top: 1px;
        left: 1px;
        background-color: transparent;
        display: block;
        width: 99%;
      }

      pre[dl] .line-highlight {
        position: absolute;
        left: 1px;
        right: 1px;
        padding: inherit;
        margin-top: 0.9em;
        background: hsla(25, 21%, 50%, 0.08);
        background: linear-gradient(to right, hsla(24, 20%, 50%, 0.1) 70%, hsla(24, 20%, 50%, 0));
        pointer-events: none;
        line-height: inherit;
        white-space: pre;
      }

      pre[dl] .line-highlight:before,
      pre[dl] .line-highlight[data-end]:after {
        content: attr(data-start);
        position: absolute;
        text-shadow: none;
        top: 0.3em;
        left: 0.7em;
        min-width: 0.9em;
        padding: 1px 0.6em;
        background-color: hsla(24, 20%, 47%, 0.4);
        color: hsl(20, 11%, 95%);
        text-align: center;
        vertical-align: 0.2em;
        border-radius: 10000px;
        box-shadow: 1px 2px #fdf6f6;
      }

      pre[dl] .line-highlight[data-end]:after {
        content: attr(data-end);
        top: auto;
        bottom: 0.5em;
      }

      html body {
        line-height: 1.6;
        font-size: 16px;
        color: #333333;
        overflow: initial;
        word-wrap: break-word;
        font-family: Helvetica;
        box-sizing: border-box;
      }

      html body > :first-child {
        margin-top: 0px;
      }

      html body h1,
      html body h2,
      html body h3,
      html body h4,
      html body h5,
      html body h6 {
        margin-top: 1em;
        margin-bottom: 16px;
        color: #000000;
        line-height: 1.2;
      }

      html body h1 {
        font-weight: 300;
        font-size: 2.25em;
        padding-bottom: 0.3em;
      }

      html body h2 {
        font-weight: 410;
        font-size: 1.74em;
        padding-bottom: 0.2em;
      }

      html body h3 {
        font-size: 1.6em;
        font-weight: 501;
      }

      html body h4 {
        font-size: 1.26em;
        font-weight: 601;
      }

      html body h5 {
        font-size: 1.2em;
        font-weight: 601;
      }

      html body h6 {
        font-size: 0.9em;
        font-weight: 601;
      }

      html body h1,
      html body h2,
      html body h3,
      html body h4,
      html body h5 {
        font-weight: 601;
      }

      html body h5 {
        font-size: 0.9em;
      }

      html body h6 {
        color: #5c5c5c;
      }

      html body strong {
        color: #090909;
      }

      html body del {
        color: #525252;
      }

      html body a:not([href]) {
        color: inherit;
        text-decoration: none;
      }

      html body a {
        color: #0192da;
        text-decoration: none;
      }

      html body a:hover {
        color: #029dea;
        text-decoration: none;
      }

      html body img {
        max-width: 99%;
      }

      html body > p {
        margin-top: 1px;
        margin-bottom: 15px;
        word-wrap: break-word;
      }

      html body > ul,
      html body > ol {
        margin-bottom: 15px;
      }

      html body ul,
      html body ol {
        padding-left: 1.9em;
      }

      html body ul.no-list,
      html body ol.no-list {
        padding: 0px;
        list-style-type: none;
      }

      html body ul ul,
      html body ul ol,
      html body ol ol,
      html body ol ul {
        margin-top: 1px;
        margin-bottom: 1px;
      }

      html body li {
        margin-bottom: 1px;
      }

      html body li.task-list-item {
        list-style: none;
      }

      html body li > p {
        margin-top: 1px;
        margin-bottom: 1px;
      }

      html body .task-list-item-checkbox {
        margin: 0 0.3em 0.24em -1.7em;
        vertical-align: middle;
      }

      html body .task-list-item-checkbox:hover {
        cursor: pointer;
      }

      html body blockquote {
        padding: 0.1px 15px 0 0.1px;
        font-size: inherit;
        color: #5c5c5c;
        margin: 16px 0.1px 0 0.1px;
        border-left: 3px solid #cbc9c9;
        background-color: #e8e6e6;
      }

      html body blockquote > :first-child {
        margin-top: 0.2px;
      }

      html body blockquote > :last-child {
        margin-bottom: 0.1px;
      }

      html body hr {
        height: 5px;
        background-color: #cbcaca;
        margin: 32px 0 0.1px 0;
        border: 0 none;
      }

      html body table {
        overflow: auto;
        border-collapse: collapse;
        margin: 15px 0.1px 20px 0.1px;
        border-spacing: 0;
      }

      html body table th {
        font-weight: bold;
        color: #000000;
      }

      html body table td,
      html body table th {
        border: 1px solid #d6d6d6;
        padding: 2px 14px;
      }

      html body dl {
        padding: 0px;
      }

      html body dl dt {
        padding: 0px;
        margin-top: 15px;
        font-size: 0.9em;
        font-style: italic;
        font-weight: bold;
      }

      html body dl dd {
        padding: 0px 17px;
        margin-bottom: 17px;
      }

      html body code {
        font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
        font-size: 0.86em !important;
        color: #000000;
        background-color: #f0f0f0;
        border-radius: 4px;
        padding: 0.3em 0px;
      }

      html body code::before,
      html body code::after {
        letter-spacing: -0.1em;
        content: '\00a0';
      }

      html body pre > code {
        padding: 1px;
        margin: 0px;
        font-size: 0.86em !important;
        word-break: normal;
        white-space: pre;
        background: transparent;
        border: 0px;
      }

      html body .highlight {
        margin-bottom: 17px;
      }

      html body .highlight pre,
      html body pre {
        padding: 0.9em;
        overflow: auto;
        font-size: 0.86em !important;
        line-height: 1.46;
        border: #d6d6d6;
        border-radius: 4px;
      }

      html body .highlight pre {
        margin-bottom: 0px;
        word-break: normal;
      }

      html body pre code,
      html body pre tt {
        display: inline;
        max-width: initial;
        padding: 1px;
        margin: 1px;
        overflow: initial;
        line-height: inherit;
        word-wrap: normal;
        background-color: transparent;
        border: 1px;
      }

      html body pre code:before,
      html body pre tt:before,
      html body pre code:after,
      html body pre tt:after {
        content: normal;
      }

      html body p,
      html body blockquote,
      html body ul,
      html body ol,
      html body dl,
      html body pre {
        margin-top: 1px;
        margin-bottom: 17px;
      }

      html body kbd {
        color: #000000;
        border: 3px solid #d6d6d6;
        border-bottom: 3px solid #c7c7c7;
        padding: 3px 5px;
        background-color: #f0f0f0;
        border-radius: 2px;
      }

      @media print {
        html body {
          background-color: #ffffff;
        }

        html body h1,
        html body h2,
        html body h3,
        html body h4,
        html body h5,
        html body h6 {
          color: #000000;
          page-break-after: avoid;
        }

        html body blockquote {
          color: #5c5c53;
        }

        html body pre {
          page-break-inside: avoid;
        }

        html body table {
          display: table;
        }

        html body img {
          display: block;
          max-width: 99%;
          max-height: 99%;
        }

        html body pre,
        html body code {
          word-wrap: break-word;
          white-space: pre;
        }
      }

      .smartperf-preview {
        width: 98vw;
        height: 99%;
        box-sizing: border-box;
        overflow: hidden;
        background-color: #fff;
      }

      .smartperf-preview .pagebreak,
      .smartperf-preview .newpage {
        page-break-before: always;
      }

      .smartperf-preview pre.line-numbers {
        position: relative;
        padding-left: 3.7em;
        counter-reset: linenumber;
      }

      .smartperf-preview pre.line-numbers > code {
        position: relative;
      }

      .smartperf-preview pre.line-numbers .line-numbers-rows {
        position: absolute;
        pointer-events: none;
        top: 0.9em;
        font-size: 99%;
        left: 1px;
        width: 3em;
        letter-spacing: -1px;
        border-right: 1px solid #999;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      .smartperf-preview pre.line-numbers .line-numbers-rows > span {
        pointer-events: none;
        display: block;
        counter-increment: linenumber;
      }

      .smartperf-preview pre.line-numbers .line-numbers-rows > span:before {
        content: counter(linenumber);
        color: #999;
        display: block;
        padding-right: 0.79em;
        text-align: right;
      }

      .smartperf-preview .mathjax-exps .MathJax_Display {
        text-align: center !important;
      }

      .smartperf-preview:not([for='preview']) .code-chunk .btn-group {
        display: none;
      }

      .smartperf-preview:not([for='preview']) .code-chunk .status {
        display: none;
      }

      .smartperf-preview:not([for='preview']) .code-chunk .output-div {
        margin-bottom: 16px;
      }

      .scrollbar-style::-webkit-scrollbar {
        width: 8px;
      }

      .scrollbar-style::-webkit-scrollbar-track {
        border-radius: 9px;
        background-color: transparent;
      }

      .scrollbar-style::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(150, 150, 150, 1);
        border: 4px solid rgba(150, 150, 150, 1);
        background-clip: content-box;
      }

      html body[for='html-export']:not([dpm]) {
        position: relative;
        width: 99%;
        height: 99%;;
        overflow: auto;
      }

      html body[for='html-export']:not([dpm]) .smartperf-preview {
        position: relative;
        top: 1px;
      }

      @media screen and (min-width: 914px) {
        html body[for='html-export']:not([dpm]) .smartperf-preview {
          padding: 2em;
        }
      }

      @media screen and (max-width: 914px) {
        html body[for='html-export']:not([dpm]) .smartperf-preview {
          padding: 1.9em;
        }
      }

      @media screen and (max-width: 450px) {
        html body[for='html-export']:not([dpm]) .smartperf-preview {
          font-size: 15px !important;
          padding: 1.1em;
        }
      }

      @media print {
        html body[for='html-export']:not([dpm]) #sidebar-toc-btn {
          display: none;
        }
      }

      html body[for='html-export']:not([dpm]) #sidebar-toc-btn {
        position: fixed;
        bottom: 9px;
        left: 9px;
        font-size: 28px;
        cursor: pointer;
        color: inherit;
        z-index: 99;
        width: 31px;
        text-align: center;
        opacity: 0.5;
      }

      html body[for='html-export']:not([dpm])[hsst] #sidebar-toc-btn {
        opacity: 1;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc {
        position: fixed;
        top: 1px;
        left: 1px;
        width: 300px;
        height: 99%;
        padding: 32px 0 48px 0;
        font-size: 14px;
        box-shadow: 1px 1px 4px rgba(150, 150, 150, 0.33);
        box-sizing: border-box;
        overflow: auto;
        background-color: inherit;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc::-webkit-scrollbar {
        width: 9px;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc::-webkit-scrollbar-track {
        border-radius: 11px;
        background-color: transparent;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: rgba(150, 150, 150, 0.66);
        border: 3px solid rgba(150, 150, 150, 0.66);
        background-clip: content-box;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc a {
        text-decoration: none;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc ul {
        padding: 1px 1.7em;
        margin-top: 0.9em;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc li {
        margin-bottom: 0.8em;
      }

      html body[for='html-export']:not([dpm])[hsst] .md-sidebar-toc ul {
        list-style-type: none;
      }

      html body[for='html-export']:not([dpm])[hsst] .smartperf-preview {
        left: 301px;
        width: calc(100% - 300px);
        padding: 2em calc(50% - 457px - 150px);
        margin: 1px;
        box-sizing: border-box;
      }

      @media screen and (max-width: 1274px) {
        html body[for='html-export']:not([dpm])[hsst] .smartperf-preview {
          padding: 1.9em;
        }
      }

      @media screen and (max-width: 450px) {
        html body[for='html-export']:not([dpm])[hsst] .smartperf-preview {
          width: 99%;
        }
      }

      html body[for='html-export']:not([dpm]):not([hsst]) .md-sidebar-toc {
        display: none;
      }
    </style>
  </head>
  <body for="html-export" id="body" style="margin:0">
    <div class="smartperf smartperf-preview" style="min-height: 99vh;">
      <h1 class="mume-header fontColor">Hiperf的抓取和展示说明</h1>

      <p class="fontColor">Hiperf工具是对系统性能数据进行采样记录,并将采样数据保存为文件,进行读取,展示分析。</p>
      <h2 class="mume-header fontColor">Hiperf的抓取</h2>

      <h3 class="mume-header fontColor" id="header-index-1">Hiperf抓取配置参数</h3>

      <p class="fontColor">
        <img src="../figures/perf/perfsetting.jpg" alt="GitHub Logo" />
        <br />
        配置项说明:
      </p>
      <ul class="fontColor">
        <li>
          <pre class="smartperf-text fontColor light">
Start Hiperf Sampling:配置项的总开关。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Process:离线模式下配置的是整个系统的。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Frequency:配置抓取的频率。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Off CPU:配置抓取进程调度切换事件。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Call Stack:配置抓取的堆栈类型。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Advance Options:更多的抓取配置项。
</pre
          >
        </li>
      </ul>
      <p class="fontColor">
        再点击Record setting,在output file path输入文件名hiprofiler_data_perf.htrace,拖动滚动条设置buffer
        size大小是64MB,抓取时长是50s。
        <br />
        <img src="../figures/perf/perfset.jpg" alt="GitHub Logo" />
        <br />
        点击Trace command,就会根据上面的配置生成抓取命令,点击复制按钮,会将命令行复制。
        <br />
        <img src="../figures/perf/perfcommand.jpg" alt="GitHub Logo" />
        <br />
        输入hdc shell,进入设备,执行命令。
        <br />
        <img src="../figures/perf/perfexcutecommand.jpg" alt="GitHub Logo" />
        <br />
        执行完成后,进入指定目录查看,在/data/local/tmp下就会生成trace文件。
        <br />
        <img src="../figures/perf/perffile.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-2">Hiperf展示说明</h3>

      <p class="fontColor">
        将抓取的trace文件导入smartperf界面查看。
        <br />
        <img src="../figures/perf/summary.jpg" alt="GitHub Logo" />
      </p>
      <p class="fontColor">界面布局介绍:Perf整体界面布局分为3个部分:</p>
      <ul class="fontColor">
        <li>
          <pre class="smartperf-text fontColor light">
红色区域:泳道图。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
绿色区域:详细信息(Perf Profile和Sample List)。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
黄色区域:辅助信息(Call Stack)。
</pre
          >
        </li>
      </ul>
      <h3 class="mume-header fontColor" id="header-index-3">Hiperf泳道图展示</h3>

      <p class="fontColor">
        Hiperf泳道图展示按照CPU使用量,进程和线程展示,鼠标移动到泳道图上,悬浮框会显示CPU的使用量。
        <br />
        <img src="../figures/perf/chart.jpg" alt="GitHub Logo" />
        <br />
        按住w键放大界面,泳道图会出现P的标志,鼠标移动到P图标上,悬浮框会显示每个callstack和调用的深度如下图。
        <br />
        <img src="../figures/perf/callstack.jpg" alt="GitHub Logo" />
        <br />
        Hiperf泳道图上浅色表示无效调用栈的采样点,抓取时由于设备上的对应的so无符号信息,函数跟地址都无法获取到,固该采样点在tab页中不做显示。
        <br />
        <img src="../figures/perf/perf_nocallstack.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-4">Hiperf泳道图的框选功能</h3>

      <p class="fontColor">
        可以对CPU使用量区,进程和线程区数据进行框选,框选后在最下方的弹出层中会展示框选数据的统计表格,总共有四个tab页。
        <br />
        Perf Profile的Tab页如图:
        <br />
        <img src="../figures/perf/PerfProfile.jpg" alt="GitHub Logo" />
      </p>
      <ul class="fontColor">
        <li>
          <pre class="smartperf-text fontColor light">
Call Stack:为经过符号解析后的Callstack,并且给出动态链接库或者进程名的信息。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Local:为该调用方法自身占用的CPU时间。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Sample Count:采样次数。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Event Count:事件次数。
</pre
          >
        </li>
      </ul>
      <p class="fontColor">
        Sample List的Tab页如图:
        <br />
        <img src="../figures/perf/Samplelist.jpg" alt="GitHub Logo" />
      </p>
      <ul class="fontColor">
        <li>
          <pre class="smartperf-text fontColor light">
Sample Time:采样的时间戳信息。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Core:当前的CPU核信息。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Process:进程名。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Thread:线程名。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
State:运行状态。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Backtrace:栈顶的调用栈名称。
</pre
          >
        </li>
      </ul>
      <h3 class="mume-header fontColor" id="header-index-5">Hiperf支持多种Options展示风格</h3>

      <p class="fontColor">
        点击Perf Profile的Tab页底部的Options,会有5个CheckBox复选框。
        <br />
        <img src="../figures/perf/Options.jpg" alt="GitHub Logo">
      </p>
      <ul class="fontColor">
        <li>
          <pre class="smartperf-text fontColor light">
Invert:反向输出调用树。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Hide System so:隐藏系统库文件。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Hide Thread:隐藏线程。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Hide Thread State:隐藏线程状态。
</pre
          >
        </li>
        <li>
          <pre class="smartperf-text fontColor light">
Only Kernel:只展示内核调用栈,会使每个函数的Lib名不为[kernel.kallsyms]的从调用者中移除,只保留内核栈。
</pre
          >
        </li>
      </ul>
      <h3 class="mume-header fontColor" id="header-index-6">Hiperf支持过滤调用栈调用次数的展示风格</h3>

      <p class="fontColor">
        点击Perf Profile的Tab页底部的Sample Count Filter,可以填上区间值。过滤出符合该区间值调用次数的调用栈信息。
        <br />
        <img src="../figures/perf/samplecounter.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-7">Hiperf功能的调用栈Group展示-数据分析支持剪裁功能</h3>

      <p class="fontColor"><img src="../figures/perf/datamining.jpg" alt="GitHub Logo" /></p>
      <ul class="fontColor">
        <li>
          <p class="fontColor">
            裁剪Callstack,点击Callstack上一个节点符号,再点击底部Symbol
            Filter按钮,则该符号自动被裁剪掉,同时将该节点往下所有的Callstack内容裁剪掉。
          </p>
        </li>
        <li>
          <p class="fontColor">裁剪Library,点击Library上一个节点符号,再点击底部Library Filter按钮,则该符号自动被裁剪掉,同时将该节点往下所有的Callstack内容裁剪掉。</p>
        </li>
        <li>
          <p class="fontColor">先选中要恢复的内容,再点击Reset按钮,将恢复选中的裁剪内容。</p>
        </li>
      </ul>
      <h3 class="mume-header fontColor" id="header-index-8">Hiperf功能的调用栈Group展示支持按条件过滤</h3>

      <p class="fontColor">
        在Input Filter输入关键字,会显示出带有该关键字的展示信息。
        <br />
        <img src="../figures/perf/inputfilter.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-9">Hiperf辅助信息区展示调用栈</h3>

      <p class="fontColor">
        当在详细信息区选择一个符号时,将展示与该符号相关的完整的调用栈。对上展示到根节点,对下则展示CPU占用率最大的调用栈。调用栈右侧有Sliding
        bar可以滚动。
        <br />
        如下图的Heaviest Stack Trace:
        <br />
        <img src="../figures/perf/heaviesttrace1.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-10">Hiperf的火焰图功能</h3>

      <p class="fontColor">
        点击Perf Profile左下角的柱状图的图标,会切换到火焰图页面。
        <br />
        <img src="../figures/perf/flame.jpg" alt="GitHub Logo" />
        <br />
        进入到火焰图页面,火焰图的展示跟 Perf Profile
        的tab页的调用栈显示一致,鼠标放到色块上,悬浮框可以显示调用栈名称,Lib,Addr,Count,% in current Thread,% in
        current Process,% in all Process。
        <br />
        <img src="../figures/perf/flameshow.jpg" alt="GitHub Logo" />
        <p>支持导入so离线符号化,符号化函数后,对elf文件中每个函数的地址定位到具体哪个源文件,以及显示该源文件的具体行号功能。</p>
        <img src="../figures/perf/perf_so.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-11">Hiperf的show event count功能</h3>

      <p class="fontColor">
        在Hiperf的父级泳道图上增加筛选功能,可在Cpu Usage 和各种event
        type之间选择,切换选择之后即可将Hiperf下级各个泳道图数据更新,悬浮框可以根据选择的事件名显示对应的event count。
        <br />
        <img src="../figures/perf/showevent.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-12">
        Hiperf的CPU/进程级/线程级泳道支持时序火焰图, 按照每个时间点的调用栈显示功能
      </h3>

      <p class="fontColor">
        根据Hiperf父级泳道图所筛选的类型,来显示各个CPU或者线程的时序火焰图,用户可根据自己的需要,点击泳道图旁边的齿轮标志筛选出某个cpu
        或者线程的时序火焰图数据。
        <br />
        <img src="../figures/perf/cpuandthreadrow.jpg" alt="GitHub Logo" />
      </p>
      <h3 class="mume-header fontColor" id="header-index-13">
        Hiperf的调用栈分析饼图/火焰图支持按进程、线程粒度可选, 饼图可以跳转到火焰图功能
      </h3>

      <p class="fontColor">
        Hiperf分为process、thread、library、function四层,调用栈均可在每层的表格上鼠标点击右键跳转到对应的火焰图Tab页。火焰图上方标题显示是由哪一层跳转而来,点击关闭图标火焰图重置为当前框选范围的所有数据
        <br />
        <img src="../figures/perf/perf_analysisjump.jpg" alt="GitHub Logo" />
        <br />
        如上图,右键点击hiprofiler_plugins可以跳转到下图
        <br />
        <img src="../figures/perf/perf_jumpframe.jpg" alt="GitHub Logo" />
        <br />
      </p>
    </div>

    <script>
      window.onload = () => {
        let isDark = getURLParameter('dark'); 
        let targetId = getURLParameter('targetId'); 
        let isBack = getURLParameter('isBack'); 
        if (isDark === 'true') {
          document.getElementById('body').setAttribute('style', 'background-color:#272C34;');
          let header = document.getElementsByClassName('fontColor');
          for (let i = 0; i < header.length; i++) {
            header[i].style.color = '#fff';
          }
          let lightBackGround = document.getElementsByClassName('light');
          for (let i = 0; i < lightBackGround.length; i++) {
            lightBackGround[i].style.backgroundColor = '#32373F';
          }
        }
        function getURLParameter(name) {  
          return (new URL(document.location)).searchParams.get(name);  
        }  
  
        if ( targetId !== null ) {
          let targetElement = document.getElementById(targetId);
          targetElement.scrollIntoView({ behavior: 'smooth' });
        }
      };
    </script>
  </body>
</html>