~vtuson/scopecreator/twitter-template

« back to all changes in this revision

Viewing changes to src/go/src/code.google.com/p/go.tools/oracle/testdata/src/main/callgraph.golden

  • Committer: Victor Palau
  • Date: 2015-03-11 14:24:42 UTC
  • Revision ID: vtuson@gmail.com-20150311142442-f2pxp111c8ynv232
public release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-------- @callgraph callgraph-main --------
 
2
 
 
3
Below is a call graph of package main.
 
4
The numbered nodes form a spanning tree.
 
5
Non-numbered nodes indicate back- or cross-edges to the node whose
 
6
 number follows in parentheses.
 
7
 
 
8
0       init
 
9
1       main
 
10
2           call
 
11
3               A
 
12
4               B
 
13
5           call2
 
14
6               main$1
 
15
7           nop
 
16
 
 
17
-------- @callgraph callgraph-complete --------
 
18
 
 
19
Below is a call graph of the entire program.
 
20
The numbered nodes form a spanning tree.
 
21
Non-numbered nodes indicate back- or cross-edges to the node whose
 
22
 number follows in parentheses.
 
23
 
 
24
0       <root>
 
25
1           main.init
 
26
2               lib.init
 
27
3           main.main
 
28
4               lib.Func
 
29
5               main.call
 
30
6                   main.A
 
31
7                   main.B
 
32
8               main.call2
 
33
9                   main$1
 
34
10              main.nop
 
35