github.com/awesome-flow/flow@v0.0.3-0.20190918184116-508d75d68a2c/web/template/page/pprof.tmpl (about) 1 {{ define "pprof" }} 2 <div class="list-group"> 3 <a class="list-group-item list-group-item-actions" 4 href="/pprof/cmdline">Cmdline</a> 5 <a class="list-group-item list-group-item-actions" 6 href="/pprof/profile">Profile</a> 7 <a class="list-group-item list-group-item-actions" 8 href="/pprof/symbol">Symbol</a> 9 <a class="list-group-item list-group-item-actions" 10 href="/pprof/trace">Trace</a> 11 </div> 12 {{ end }}