diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-06 05:55:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-06 05:55:37 +0100 |
commit | 4224414a61091780824ad12b9b0cefe2f30f30cc (patch) | |
tree | 3b4ab9aabdead92f3791f8d3d5051a84c46cbb91 /REFLECTION | |
parent | 8938b89513d03095f38a33784c873bb4d420bab4 (diff) |
php-pecl-hrtime: 0.6.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 56 |
1 files changed, 26 insertions, 30 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #96 hrtime version 0.5.1 ] { +Extension [ <persistent> extension #95 hrtime version 0.6.0 ] { - Classes [3] { Class [ <internal:hrtime> class HRTime\PerformanceCounter ] { @@ -9,30 +9,21 @@ Extension [ <persistent> extension #96 hrtime version 0.5.1 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ <internal:hrtime> public method start ] { - } - - Method [ <internal:hrtime> public method stop ] { + - Static methods [3] { + Method [ <internal:hrtime> static public method getFrequency ] { } - Method [ <internal:hrtime> public method getElapsedTicks ] { + Method [ <internal:hrtime> static public method getTicks ] { } - Method [ <internal:hrtime> public method getLastElapsedTicks ] { + Method [ <internal:hrtime> static public method getTicksSince ] { } + } - Method [ <internal:hrtime> public method getFrequency ] { - } + - Properties [0] { + } - Method [ <internal:hrtime> public method isRunning ] { - } + - Methods [0] { } } @@ -44,35 +35,40 @@ Extension [ <persistent> extension #96 hrtime version 0.5.1 ] { - Static properties [0] { } - - Static methods [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 [8] { - Method [ <internal:hrtime> public method getElapsedTime ] { - } - - Method [ <internal:hrtime> public method getLastElapsedTime ] { + - Methods [7] { + Method [ <internal:hrtime> public method start ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method start ] { + Method [ <internal:hrtime> public method stop ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method stop ] { + Method [ <internal:hrtime> public method getElapsedTicks ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getElapsedTicks ] { + Method [ <internal:hrtime> public method getLastElapsedTicks ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getLastElapsedTicks ] { + Method [ <internal:hrtime> public method isRunning ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method getFrequency ] { + Method [ <internal:hrtime> public method getElapsedTime ] { } - Method [ <internal:hrtime, inherits HRTime\PerformanceCounter> public method isRunning ] { + Method [ <internal:hrtime> public method getLastElapsedTime ] { } } } |