<% cumulatives.sort{|(ak, av), (bk, bv)| bv[:real_average] <=> av[:real_average]}.each do |call, stats| %>
"><%= "%.6f" % stats[:real_average] %>
"><%= "%.6f" % stats[:real_duration] %>
<%= stats[:real_count] %>
", ">") %>"><%= call.gsub("<", "<").gsub(">", ">").gsub(/^"(.*)"$/){ "#{$1}" } %>
<% end %>