mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b87c84a0c0
commit
a06bd25952
1 changed files with 1 additions and 4 deletions
|
|
@ -74,10 +74,7 @@
|
||||||
$output = array_shift($this->output);
|
$output = array_shift($this->output);
|
||||||
|
|
||||||
// 디버그를 위한 컴파일 시작 시간 저장
|
// 디버그를 위한 컴파일 시작 시간 저장
|
||||||
if(__DEBUG__) {
|
if(__DEBUG__) $GLOBALS['__xmlparse_elapsed__'] += getMicroTime() - $start;
|
||||||
$parsing_elapsed = getMicroTime() - $start;
|
|
||||||
$GLOBALS['__xmlparse_elapsed__'] += $parsing_elapsed;
|
|
||||||
}
|
|
||||||
|
|
||||||
return $output;
|
return $output;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue