Timing

Action Time Spent
${entry[0]} ${'%.4f' % entry[1]} ms

Template

Time Engine Template Content Type
${'%.4f' % vars['Render Time']} ms ${render_info.get('engine_name')} ${render_info.get('template_name')} ${render_info.get('content_type')}

Profiling

Calls Total Percall Cumu CumuPer Func
${row['ncalls']} ${row['tottime']} ${'%.4f' % row['percall']} ${row['cumtime']} ${'%.4f' % row['percall_cum']} ${row['filename']}