From: x2003bruneau Date: Wed, 28 Feb 2007 13:29:16 +0000 (+0000) Subject: Show the number of queries in backtrace title X-Git-Tag: xorg/0.9.14~251 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a582725ed8b8197e7fa55c119768cd9812d59603;p=platal.git Show the number of queries in backtrace title git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1529 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/templates/skin/common.devel.tpl b/templates/skin/common.devel.tpl index 656167f..22f6b07 100644 --- a/templates/skin/common.devel.tpl +++ b/templates/skin/common.devel.tpl @@ -25,7 +25,7 @@

{if $trace->error}{/if} - Exécution de {$bt_name} en {$trace->totaltime|string_format:"%.3f"}s (hover-me pour la trace) + Exécution de {$bt_name} : {$trace->traces|@count} actions en {$trace->totaltime|string_format:"%.3f"}s (hover-me pour la trace) {if $trace->error}{/if}