blob: c0941d3fc1cbb31a80680bd354fd52438c9b3bfd (
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
|
Extension [ <persistent> extension #95 hrtime version 0.6.0 ] {
- Classes [3] {
Class [ <internal:hrtime> class HRTime\PerformanceCounter ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [3] {
Method [ <internal:hrtime> static public method getFrequency ] {
}
Method [ <internal:hrtime> static public method getTicks ] {
}
Method [ <internal:hrtime> static public method getTicksSince ] {
}
}
- Properties [0] {
}
- Methods [0] {
}
}
Class [ <internal:hrtime> class HRTime\StopWatch extends HRTime\PerformanceCounter ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [3] {
Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> static public method getFrequency ] {
}
Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> static public method getTicks ] {
}
Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> static public method getTicksSince ] {
}
}
- Properties [0] {
}
- Methods [7] {
Method [ <internal:hrtime> public method start ] {
}
Method [ <internal:hrtime> public method stop ] {
}
Method [ <internal:hrtime> public method getElapsedTicks ] {
}
Method [ <internal:hrtime> public method getLastElapsedTicks ] {
}
Method [ <internal:hrtime> public method isRunning ] {
}
Method [ <internal:hrtime> public method getElapsedTime ] {
}
Method [ <internal:hrtime> public method getLastElapsedTime ] {
}
}
}
Class [ <internal:hrtime> class HRTime\Unit ] {
- Constants [4] {
Constant [ integer SECOND ] { 0 }
Constant [ integer MILLISECOND ] { 1 }
Constant [ integer MICROSECOND ] { 2 }
Constant [ integer NANOSECOND ] { 3 }
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [0] {
}
}
}
}
|