summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION32
1 files changed, 22 insertions, 10 deletions
diff --git a/REFLECTION b/REFLECTION
index feef5ff..d8b1b3c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,49 +1,61 @@
-Extension [ <persistent> extension #107 memprof version 2.0.0 ] {
+Extension [ <persistent> extension #119 memprof version 3.0.2 ] {
+
+ - INI {
+ Entry [ memprof.output_dir <ALL> ]
+ Current = '/tmp'
+ }
+ }
- Functions {
Function [ <internal:memprof> function memprof_enabled ] {
- Parameters [0] {
}
+ - Return [ bool ]
+ }
+ Function [ <internal:memprof> function memprof_enabled_flags ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
}
Function [ <internal:memprof> function memprof_enable ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Function [ <internal:memprof> function memprof_disable ] {
- Parameters [0] {
}
+ - Return [ bool ]
}
Function [ <internal:memprof> function memprof_dump_array ] {
- Parameters [0] {
}
+ - Return [ array ]
}
Function [ <internal:memprof> function memprof_dump_callgrind ] {
- Parameters [1] {
Parameter #0 [ <required> $handle ]
}
+ - Return [ void ]
}
Function [ <internal:memprof> function memprof_dump_pprof ] {
- Parameters [1] {
Parameter #0 [ <required> $handle ]
}
+ - Return [ void ]
}
- Function [ <internal:memprof> function memory_get_peak_usage ] {
+ Function [ <internal:memprof> function memprof_version ] {
- - Parameters [1] {
- Parameter #0 [ <optional> $real ]
- }
- }
- Function [ <internal:memprof> function memory_get_usage ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $real ]
+ - Parameters [0] {
}
+ - Return [ string ]
}
}
}