blob: 90f74aecef0b959800ea5ebe0596d5723639a073 (
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
Extension [ <persistent> extension #110 pinpoint_php version 0.5.4 ] {
- INI {
Entry [ pinpoint_php.SendSpanTimeOutMs <ALL> ]
Current = '0'
}
Entry [ pinpoint_php.CollectorHost <ALL> ]
Current = 'unix:/tmp/collector.sock'
}
Entry [ pinpoint_php.UnitTest <ALL> ]
Current = 'no'
}
Entry [ pinpoint_php.TraceLimit <ALL> ]
Current = '-1'
}
Entry [ pinpoint_php.DebugReport <ALL> ]
Current = 'no'
}
}
- Functions {
Function [ <internal:pinpoint_php> function _pinpoint_start_trace ] {
- Parameters [1] {
Parameter #0 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_end_trace ] {
- Parameters [1] {
Parameter #0 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_unique_id ] {
- Parameters [0] {
}
}
Function [ <internal:pinpoint_php> function pinpoint_get_this ] {
- Parameters [0] {
}
}
Function [ <internal:pinpoint_php> function pinpoint_get_caller_arg ] {
- Parameters [1] {
Parameter #0 [ <optional> $index = <default> ]
}
}
Function [ <internal:pinpoint_php> function pinpoint_status ] {
- Parameters [0] {
}
}
Function [ <internal:pinpoint_php> function _pinpoint_drop_trace ] {
- Parameters [1] {
Parameter #0 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_start_time ] {
- Parameters [0] {
}
}
Function [ <internal:pinpoint_php> function _pinpoint_set_context ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
Parameter #2 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_get_context ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_trace_limit ] {
- Parameters [1] {
Parameter #0 [ <optional> $timestamp = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_mark_as_error ] {
- Parameters [4] {
Parameter #0 [ <required> $msg ]
Parameter #1 [ <required> $filename ]
Parameter #2 [ <optional> $lineno = <default> ]
Parameter #3 [ <optional> $nodeid = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_add_clue ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
Parameter #2 [ <optional> $nodeid = <default> ]
Parameter #3 [ <optional> $flag = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_add_clues ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
Parameter #2 [ <optional> $nodeid = <default> ]
Parameter #3 [ <optional> $flag = <default> ]
}
}
Function [ <internal:pinpoint_php> function _pinpoint_join_cut ] {
- Parameters [4] {
Parameter #0 [ <required> $joinable ]
Parameter #1 [ <required> $onBefore ]
Parameter #2 [ <required> $onEnd ]
Parameter #3 [ <required> $onException ]
}
}
}
}
|