1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-24 08:42:27 +02:00
This commit is contained in:
Hubert depesz Lubaczewski 2011-07-13 02:31:55 +02:00
parent b239a3b5ca
commit ef81d3e718

View File

@ -408,7 +408,7 @@
<h1>Per node type stats</h1>
<table class="stats">
<thead>
<tr><th>scan type</th><th>count</th><th>sum of times</th><th>% of query</th></tr>
<tr><th>node type</th><th>count</th><th>sum of times</th><th>% of query</th></tr>
</thead>
<tbody>
% for my $node_type ( sort keys %{ $stats->{'nodes'} } ) {