Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
50d7897a
Commit
50d7897a
authored
Jan 13, 2009
by
Nigel McNie
Browse files
[UPSRTREAM] Show execution time in the footer to 3dp accuracy, anything else is just noise.
parent
4bb58cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/performancefooter.tpl
View file @
50d7897a
...
...
@@ -3,7 +3,7 @@
<span
class=
"memoryused"
>
{
str
tag
=
"memoryused"
section
=
"performance"
}
:
{
$perf_memory_total_display
}
</span><br>
{/
if
}
{
if
$perf_realtime
}
<span
class=
"timeused"
>
{
str
tag
=
"timeused"
section
=
"performance"
}
:
{
$perf_realtime
}
{
str
tag
=
"seconds"
section
=
"performance"
}
</span><br>
<span
class=
"timeused"
>
{
str
tag
=
"timeused"
section
=
"performance"
}
:
{
$perf_realtime
|
number_format
:
3
}
{
str
tag
=
"seconds"
section
=
"performance"
}
</span><br>
{/
if
}
{
if
$perf_includecount
}
<span
class=
"included"
>
{
str
tag
=
"included"
section
=
"performance"
}
:
{
$perf_includecount
}
</span><br>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment