nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / variantgraph-uuid / Users-edenc-perl5-lib-perl5-Graph-BitMatrix-pm.dot
diff --git a/stemmaweb/nytprof-runs/variantgraph-uuid/Users-edenc-perl5-lib-perl5-Graph-BitMatrix-pm.dot b/stemmaweb/nytprof-runs/variantgraph-uuid/Users-edenc-perl5-lib-perl5-Graph-BitMatrix-pm.dot
new file mode 100644 (file)
index 0000000..a43c9b9
--- /dev/null
@@ -0,0 +1,17 @@
+digraph {
+graph [overlap=false]
+subgraph cluster_Graph_AdjacencyMatrix {
+       label="Graph::AdjacencyMatrix";
+       "Graph::AdjacencyMatrix::BEGIN@5";
+}
+subgraph cluster_strict {
+       label="strict";
+       "strict::import";
+}
+subgraph cluster_Graph_BitMatrix {
+       label="Graph::BitMatrix";
+       "Graph::BitMatrix::BEGIN@3";
+}
+"Graph::BitMatrix::BEGIN@3" -> "strict::import";
+"Graph::AdjacencyMatrix::BEGIN@5" -> "Graph::BitMatrix::BEGIN@3";
+}