이 함수의 작동은 php.ini 설정에 영향을 받습니다.
이름 | 기본값 | 가변성 | 변경점 |
---|---|---|---|
apd.dumpdir | NULL | PHP_INI_ALL | |
apd.statement_tracing | "0" | PHP_INI_ALL | Available since apd 0.9. |
위 설정 지시어에 대한 간단한 설명입니다.
apd.dumpdir
string
Sets the directory in which APD writes profile dump files. You can specify an absolute path or a relative path.
You can specify a different directory as an argument to apd_set_pprof_trace().
apd.statement_tracing
boolean
Specfies whether or not to do per-line tracings. Turning this on (1) will impact the performance of your application.