mirror of
https://github.com/golang/go
synced 2024-11-05 20:16:13 -07:00
80c4f06c0f
See analysis.go for overview of new features. See README for known bugs and issues. Much UI polish, testing and optimization work remains, but this is a starting point. Flag: we add a new flag -analysis=type,pointer, default "", for adventurous users only at this stage. Type analysis takes ~10s for stdlib + go.tools; Pointer analysis (currently) takes several minutes. Dependencies: we now include jquery.treeview.js and its GIF images among the resources. (bake.go now handles binary.) LGTM=crawshaw, bgarcia R=crawshaw, bgarcia CC=bradfitz, golang-codereviews https://golang.org/cl/60540044
16 lines
714 B
HTML
16 lines
714 B
HTML
<div class="toggle" style="display: none">
|
|
<div class="collapsed">
|
|
<p class="exampleHeading toggleButton">▹ <span class="text">Internal call graph</span></p>
|
|
</div>
|
|
<div class="expanded">
|
|
<p class="exampleHeading toggleButton">▾ <span class="text">Internal call graph</span></p>
|
|
<p>
|
|
This viewer shows the portion of the internal call
|
|
graph of this package that is reachable from this function.
|
|
See the <a href='#pkg-callgraph'>package's call
|
|
graph</a> for more information.
|
|
</p>
|
|
<ul style="margin-left: 0.5in" id="callgraph-{{.Index}}" class="treeview"></ul>
|
|
</div>
|
|
</div>
|