diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #121 memprof version 3.0.1 ] { +Extension [ <persistent> extension #119 memprof version 3.0.2 ] { - INI { Entry [ memprof.output_dir <ALL> ] @@ -11,38 +11,51 @@ Extension [ <persistent> extension #121 memprof version 3.0.1 ] { - 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 memprof_version ] { + + - Parameters [0] { + } + - Return [ string ] } } } |