슬로우로그 버퍼 적용

버퍼 처리는 프로파일러 모듈에서 하도록 수정
This commit is contained in:
YJSoft 2014-11-20 12:08:22 +09:00 committed by bnu
parent a3bcb0c893
commit 1577e66fa1
3 changed files with 17 additions and 6 deletions

View file

@ -126,6 +126,8 @@ class DisplayHandler extends Handler
// call a trigger after display
ModuleHandler::triggerCall('display', 'after', $output);
flushSlowlog();
}
/**