diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 13 | 
1 files changed, 12 insertions, 1 deletions
| @@ -1,4 +1,10 @@ -Extension [ <persistent> extension #117 memprof version 2.1.2 ] { +Extension [ <persistent> extension #119 memprof version 3.0.0 ] { + +  - INI { +    Entry [ memprof.output_dir <ALL> ] +      Current = '/tmp' +    } +  }    - Functions {      Function [ <internal:memprof> function memprof_enabled ] { @@ -6,6 +12,11 @@ Extension [ <persistent> extension #117 memprof version 2.1.2 ] {        - Parameters [0] {        }      } +    Function [ <internal:memprof> function memprof_enabled_flags ] { + +      - Parameters [0] { +      } +    }      Function [ <internal:memprof> function memprof_enable ] {        - Parameters [0] { | 
