summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION17
1 files changed, 13 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 7e402a1..1da8093 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,15 +1,24 @@
-Extension [ <persistent> extension #143 xhprof version 0.9.2 ] {
+Extension [ <persistent> extension #163 xhprof version 2.1.2 ] {
- INI {
Entry [ xhprof.output_dir <ALL> ]
Current = '/tmp'
}
+ Entry [ xhprof.collect_additional_info <ALL> ]
+ Current = '0'
+ }
+ Entry [ xhprof.sampling_interval <ALL> ]
+ Current = '100000'
+ }
+ Entry [ xhprof.sampling_depth <ALL> ]
+ Current = '0x7fffffff'
+ }
}
- Constants [3] {
- Constant [ integer XHPROF_FLAGS_NO_BUILTINS ] { 1 }
- Constant [ integer XHPROF_FLAGS_CPU ] { 2 }
- Constant [ integer XHPROF_FLAGS_MEMORY ] { 4 }
+ Constant [ int XHPROF_FLAGS_NO_BUILTINS ] { 1 }
+ Constant [ int XHPROF_FLAGS_CPU ] { 2 }
+ Constant [ int XHPROF_FLAGS_MEMORY ] { 4 }
}
- Functions {