# of execution: {{ stats['calls'] }}
Total runtime:
{{ stats['runtime'] }}
Hit ratio:
{{ (str(round(stats['shared_blks_hit'] * 100 / stats['total_blks'], 2)) + "%") if (stats['total_blks'] is not None and stats['total_blks'] > 0) else 'N/A' }}
{% end %}