nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / variantgraph-uuid / Users-edenc-perl5-lib-perl5-HTTP-Date-pm.dot
diff --git a/stemmaweb/nytprof-runs/variantgraph-uuid/Users-edenc-perl5-lib-perl5-HTTP-Date-pm.dot b/stemmaweb/nytprof-runs/variantgraph-uuid/Users-edenc-perl5-lib-perl5-HTTP-Date-pm.dot
new file mode 100644 (file)
index 0000000..125dc82
--- /dev/null
@@ -0,0 +1,24 @@
+digraph {
+graph [overlap=false]
+subgraph cluster_HTTP_Date {
+       label="HTTP::Date";
+       "HTTP::Date::BEGIN@13";
+       "HTTP::Date::BEGIN@10";
+}
+subgraph cluster_LWP_UserAgent {
+       label="LWP::UserAgent";
+       "LWP::UserAgent::BEGIN@12";
+}
+subgraph cluster_vars {
+       label="vars";
+       "vars::import";
+}
+subgraph cluster_strict {
+       label="strict";
+       "strict::import";
+}
+"HTTP::Date::BEGIN@10" -> "strict::import";
+"LWP::UserAgent::BEGIN@12" -> "HTTP::Date::BEGIN@13";
+"HTTP::Date::BEGIN@13" -> "vars::import";
+"LWP::UserAgent::BEGIN@12" -> "HTTP::Date::BEGIN@10";
+}