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
CommitLineData
8e30e889 1digraph {
2graph [overlap=false]
3subgraph cluster_HTTP_Request {
4 label="HTTP::Request";
5 "HTTP::Request::new";
6}
7subgraph cluster_HTTP_Request_Common {
8 label="HTTP::Request::Common";
9 "HTTP::Request::Common::BEGIN@3";
10 "HTTP::Request::Common::BEGIN@4";
11 "HTTP::Request::Common::BEGIN@14";
12 "HTTP::Request::Common::_simple_req";
13 "HTTP::Request::Common::GET";
14}
15subgraph cluster_main {
16 label="main";
17 "main::BEGIN@7";
18 "main::__ANON__[script/nytprof.pl:40]";
19 "main::RUNTIME";
20}
21subgraph cluster_vars {
22 label="vars";
23 "vars::import";
24}
25subgraph cluster_strict {
26 label="strict";
27 "strict::import";
28}
29"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@3";
30"HTTP::Request::Common::BEGIN@3" -> "strict::import";
31"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@14";
32"HTTP::Request::Common::BEGIN@4" -> "vars::import";
33"HTTP::Request::Common::GET" -> "HTTP::Request::Common::_simple_req";
34"main::BEGIN@7" -> "HTTP::Request::Common::BEGIN@4";
35"HTTP::Request::Common::_simple_req" -> "HTTP::Request::new";
36"main::__ANON__[script/nytprof.pl:40]" -> "HTTP::Request::Common::GET";
37"main::RUNTIME" -> "HTTP::Request::Common::GET";
38}