nytprof run results of /variantgraph/<ID> and /relation/<ID>/relationships
[scpubgit/stemmatology.git] / stemmaweb / nytprof-runs / relation-uuid-relationships / Users-edenc-perl5-lib-perl5-HTTP-Request-Common-pm.dot
diff --git a/stemmaweb/nytprof-runs/relation-uuid-relationships/Users-edenc-perl5-lib-perl5-HTTP-Request-Common-pm.dot b/stemmaweb/nytprof-runs/relation-uuid-relationships/Users-edenc-perl5-lib-perl5-HTTP-Request-Common-pm.dot
new file mode 100644 (file)
index 0000000..7d7a646
--- /dev/null
@@ -0,0 +1,38 @@
+digraph {
+graph [overlap=false]
+subgraph cluster_HTTP_Request {
+       label="HTTP::Request";
+       "HTTP::Request::new";
+}
+subgraph cluster_HTTP_Request_Common {
+       label="HTTP::Request::Common";
+       "HTTP::Request::Common::BEGIN@3";
+       "HTTP::Request::Common::BEGIN@4";
+       "HTTP::Request::Common::BEGIN@14";
+       "HTTP::Request::Common::_simple_req";
+       "HTTP::Request::Common::GET";
+}
+subgraph cluster_main {
+       label="main";
+       "main::BEGIN@7";
+       "main::__ANON__[script/nytprof.pl:40]";
+       "main::RUNTIME";
+}
+subgraph cluster_vars {
+       label="vars";
+       "vars::import";
+}
+subgraph cluster_strict {
+       label="strict";
+       "strict::import";
+}
+"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@3";
+"HTTP::Request::Common::BEGIN@3" -> "strict::import";
+"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@14";
+"HTTP::Request::Common::BEGIN@4" -> "vars::import";
+"HTTP::Request::Common::GET" -> "HTTP::Request::Common::_simple_req";
+"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@4";
+"HTTP::Request::Common::_simple_req" -> "HTTP::Request::new";
+"main::__ANON__[script/nytprof.pl:40]" -> "HTTP::Request::Common::GET";
+"main::RUNTIME" -> "HTTP::Request::Common::GET";
+}