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