nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / variantgraph-uuid / Users-edenc-perl5-lib-perl5-Graph-Undirected-pm.dot
CommitLineData
8e30e889 1digraph {
2graph [overlap=false]
3subgraph cluster_base {
4 label="base";
5 "base::import";
6}
7subgraph cluster_Graph {
8 label="Graph";
9 "Graph::BEGIN@36";
10}
11subgraph cluster_strict {
12 label="strict";
13 "strict::import";
14}
15subgraph cluster_Graph_Undirected {
16 label="Graph::Undirected";
17 "Graph::Undirected::BEGIN@3";
18 "Graph::Undirected::BEGIN@5";
19 "Graph::Undirected::BEGIN@4";
20}
21"Graph::BEGIN@36" -> "Graph::Undirected::BEGIN@4";
22"Graph::Undirected::BEGIN@5" -> "strict::import";
23"Graph::Undirected::BEGIN@4" -> "base::import";
24"Graph::BEGIN@36" -> "Graph::Undirected::BEGIN@5";
25"Graph::BEGIN@36" -> "Graph::Undirected::BEGIN@3";
26}