summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: d8b1b3cb6beae883abbebf45a2b15b5789ed5074 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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 memprof_version ] {

      - Parameters [0] {
      }
      - Return [ string ]
    }
  }
}