From 4224414a61091780824ad12b9b0cefe2f30f30cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jan 2017 05:55:37 +0100 Subject: php-pecl-hrtime: 0.6.0 --- REFLECTION | 56 ++++++++++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 30 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 10667b8..c0941d3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #96 hrtime version 0.5.1 ] { +Extension [ extension #95 hrtime version 0.6.0 ] { - Classes [3] { Class [ class HRTime\PerformanceCounter ] { @@ -9,30 +9,21 @@ Extension [ extension #96 hrtime version 0.5.1 ] { - Static properties [0] { } - - Static methods [0] { - } - - - Properties [0] { - } - - - Methods [6] { - Method [ public method start ] { - } - - Method [ public method stop ] { + - Static methods [3] { + Method [ static public method getFrequency ] { } - Method [ public method getElapsedTicks ] { + Method [ static public method getTicks ] { } - Method [ public method getLastElapsedTicks ] { + Method [ static public method getTicksSince ] { } + } - Method [ public method getFrequency ] { - } + - Properties [0] { + } - Method [ public method isRunning ] { - } + - Methods [0] { } } @@ -44,35 +35,40 @@ Extension [ extension #96 hrtime version 0.5.1 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [3] { + Method [ static public method getFrequency ] { + } + + Method [ static public method getTicks ] { + } + + Method [ static public method getTicksSince ] { + } } - Properties [0] { } - - Methods [8] { - Method [ public method getElapsedTime ] { - } - - Method [ public method getLastElapsedTime ] { + - Methods [7] { + Method [ public method start ] { } - Method [ public method start ] { + Method [ public method stop ] { } - Method [ public method stop ] { + Method [ public method getElapsedTicks ] { } - Method [ public method getElapsedTicks ] { + Method [ public method getLastElapsedTicks ] { } - Method [ public method getLastElapsedTicks ] { + Method [ public method isRunning ] { } - Method [ public method getFrequency ] { + Method [ public method getElapsedTime ] { } - Method [ public method isRunning ] { + Method [ public method getLastElapsedTime ] { } } } -- cgit