403Webshell
Server IP : 217.160.0.212  /  Your IP : 216.73.217.51
Web Server : Apache
System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64
User : sws1073854427 ( 1073854427)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/go/src/cmd/vendor/github.com/google/pprof/internal/driver/html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/go/src/cmd/vendor/github.com/google/pprof/internal/driver/html/source.html
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>{{.Title}}</title>
  {{if not .Standalone}}{{template "css" .}}{{end}}
  {{template "weblistcss" .}}
  {{template "weblistjs" .}}
</head>
<body>{{"\n" -}}
  {{/* emit different header in standalone mode */ -}}
  {{if .Standalone}}{{"\n" -}}
    <div class="legend">{{"" -}}
      {{range $i, $e := .Legend -}}
        {{if $i}}<br>{{"\n"}}{{end}}{{. -}}
      {{end}}<br>Total: {{.Listing.Total -}}
    </div>{{"" -}}
  {{else -}}
    {{template "header" .}}
    <div id="content" class="source">{{"" -}}
  {{end -}}

  {{range .Listing.Files -}}
    {{range .Funcs -}}
      <h2>{{.Name}}</h2>{{"" -}}
      <p class="filename">{{.File}}</p>{{"\n" -}}
      <pre onClick="pprof_toggle_asm(event)">{{"\n" -}}
        {{printf "  Total:  %10s %10s (flat, cum) %s" .Flat .Cumulative .Percent -}}
        {{range .Lines -}}{{"\n" -}}
          {{/* source line */ -}}
          <span class=line>{{printf " %6d" .Line}}</span>{{" " -}}
          <span class={{.HTMLClass}}>
            {{- printf "  %10s %10s %8s  %s " .Flat .Cumulative "" .SrcLine -}}
          </span>{{"" -}}

          {{if .Instructions -}}
            {{/* instructions for this source line */ -}}
            <span class=asm>{{"" -}}
            {{range .Instructions -}}
              {{/* separate when we hit a new basic block */ -}}
              {{if .NewBlock -}}{{printf " %8s %28s\n" "" "⋮"}}{{end -}}

              {{/* inlined calls leading to this instruction */ -}}
              {{range .InlinedCalls -}}
                {{printf " %8s %10s %10s %8s  " "" "" "" "" -}}
                <span class=inlinesrc>{{.SrcLine}}</span>{{" " -}}
                <span class=unimportant>{{.FileBase}}:{{.Line}}</span>{{"\n" -}}
              {{end -}}

              {{if not .Synthetic -}}
                {{/* disassembled instruction */ -}}
                {{printf " %8s %10s %10s %8x: %s " "" .Flat .Cumulative .Address .Disasm -}}
                <span class=unimportant>{{.FileLine}}</span>{{"\n" -}}
              {{end -}}
            {{end -}}
            </span>{{"" -}}
          {{end -}}
          {{/* end of line */ -}}
        {{end}}{{"\n" -}}
      </pre>{{"\n" -}}
      {{/* end of function */ -}}
    {{end -}}
    {{/* end of file */ -}}
  {{end -}}

  {{if not .Standalone}}{{"\n  " -}}
    </div>{{"\n" -}}
    {{template "script" .}}{{"\n" -}}
    <script>viewer(new URL(window.location.href), null);</script>{{"" -}}
  {{end}}
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit