blob: c05f402390ebb2f8e9c027185845b78fd3ec1b56 (
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
|
Extension [ <persistent> extension #119 memprof version 3.0.0 ] {
- INI {
Entry [ memprof.output_dir <ALL> ]
Current = '/tmp'
}
}
- Functions {
Function [ <internal:memprof> function memprof_enabled ] {
- Parameters [0] {
}
}
Function [ <internal:memprof> function memprof_enabled_flags ] {
- Parameters [0] {
}
}
Function [ <internal:memprof> function memprof_enable ] {
- Parameters [0] {
}
}
Function [ <internal:memprof> function memprof_disable ] {
- Parameters [0] {
}
}
Function [ <internal:memprof> function memprof_dump_array ] {
- Parameters [0] {
}
}
Function [ <internal:memprof> function memprof_dump_callgrind ] {
- Parameters [1] {
Parameter #0 [ <required> $handle ]
}
}
Function [ <internal:memprof> function memprof_dump_pprof ] {
- Parameters [1] {
Parameter #0 [ <required> $handle ]
}
}
}
}
|