summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 10667b85e06ddb7c4fd71db4e9f5e63503cdc7e4 (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
Extension [ <persistent> extension #96 hrtime version 0.5.1 ] {

  - Classes [3] {
    Class [ <internal:hrtime> class HRTime\PerformanceCounter ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [6] {
        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 getFrequency ] {
        }

        Method [ <internal:hrtime> public method isRunning ] {
        }
      }
    }

    Class [ <internal:hrtime> class HRTime\StopWatch extends HRTime\PerformanceCounter ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [8] {
        Method [ <internal:hrtime> public method getElapsedTime ] {
        }

        Method [ <internal:hrtime> public method getLastElapsedTime ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method start ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method stop ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getElapsedTicks ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getLastElapsedTicks ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getFrequency ] {
        }

        Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method isRunning ] {
        }
      }
    }

    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] {
      }
    }
  }
}