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