diff options
-rw-r--r-- | REFLECTION | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..4decb0b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,103 @@ +Extension [ <persistent> extension #90 hrtime version 0.4.3 ] { + + - 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] { + } + } + } +} + |