{*************************************************************************** * You can find the license in the docs directory * * Unicode Reminder メモ ***************************************************************************} {* no - OCSTYLE *}
/* SQL command {counter} {if $command.slave} (slave query executed on {$command.server|escape}, {$command.dblink|escape}) {/if} {if $command.mode==DB_MODE_FRAMEWORK} (framework) {elseif $command.mode==DB_MODE_BUSINESSLAYER} (business layer) {/if} {if $command.slave} {/if} */
{if $command.slave} {/if} {$command.sql|replace:'*/':'* /'|escape} ; {if $command.slave} {/if}
{t}User runtime:{/t} | {$user_runtime|sprintf:"%1.5f"} {t}sec{/t} ({t 1=$user_count}%1 commands{/t}) |
{t}Framework runtime:{/t} | {$framwork_runtime|sprintf:"%1.5f"} {t}sec{/t} ({t 1=$framwork_count}%1 commands{/t}) |
{t}Business layer runtime:{/t} | {$businesslayer_runtime|sprintf:"%1.5f"} {t}sec{/t} ({t 1=$businesslayer_count}%1 commands{/t}) |
{t}Total runtime:{/t} | {$total_runtime|sprintf:"%1.5f"} {t}sec{/t} ({t 1=$total_count}%1 commands{/t}) |
{t}Created at:{/t} | {"0"|date_format:$opt.format.datetimesec} |
{if $command.count!=-1}