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