{**************************************************************************} {* *} {* Copyright (C) 2003-2010 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************} {foreach from=$backtraces key=bt_name item=trace}

{if $trace->error}{/if} 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}

{foreach item=query from=$trace->traces} {if $query.data} {assign var=cols value=$query.data[0]|@count} {else} {assign var=cols value=1} {/if} {if $query.error} {else} {/if} {if $query.data} {foreach key=key item=item from=$query.data[0]} {/foreach} {foreach item=data_row from=$query.data} {foreach item=item from=$data_row} {/foreach} {/foreach} {/if}
ACTION:
{$query.action}

ERROR:
{$query.error|nl2br}
INFO:
{$query.rows} ligne{if $query.rows > 1}s{/if} en {$query.exectime|string_format:"%.3f"}s
{$key}
{$item}
{/foreach}
{/foreach} {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}