You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
# cat=basic/profiler; type=string; label=Sampling Rate, between 0 and 1 -- the percentage of requests being sampled;
samplingRate = 1
# cat=basic/profiler; type=boolean; label=Use t3lib_DB x-classing. If activated, the t3lib_DB is x-classed, adding some hooks for profiling;
t3libDbXclassingActivated = 0
# cat=basic/profiler; type=string; label=Name of xclass to replace t3lib/class.t3lib_db.php. If empty, no xclass will be used. EXT_KEY__TWO COLONS__path/inside/extension to specify the path;
t3libDbXclass =
# cat=basic/flags/1; type=boolean; label=Use the XHPROF_FLAGS_NO_BUILTINS flag
XHPROF_FLAGS_NO_BUILTINS = 0
# cat=basic/flags/2; type=boolean; label=Use the XHPROF_FLAGS_CPU flag
XHPROF_FLAGS_CPU = 1
# cat=basic/flags/4; type=boolean; label=Use the XHPROF_FLAGS_MEMORY flag
XHPROF_FLAGS_MEMORY = 1
# cat=basic/profiler; type=string; label=Comma-separated list of internal functions to be ignored by profiler