Overview

Namespaces

  • Yep
    • Stopwatch

Classes

  • Event
  • Formatter
  • Lap
  • Manager
  • Stopwatch

Exceptions

  • StopwatchAlreadyExistsException
  • StopwatchDoesntExistException
  • StopwatchEventDoesntExistException
  • StopwatchLapNotStartedException
  • Overview
  • Namespace
  • Class

Class Lap

Namespace: Yep\Stopwatch
Located at Lap.php
Methods summary
public
# __construct( $start_time, $stop_time, $memory_usage )
public integer|float
# getStartTime( )

Returns the start time of this lap

Returns the start time of this lap

Returns

integer|float
public integer|float
# getStopTime( )

Returns the stop time of this lap

Returns the stop time of this lap

Returns

integer|float
public integer|float
# getDuration( )

Returns the duration of this lap

Returns the duration of this lap

Returns

integer|float
public integer
# getMemoryUsage( )

Returns the memory usage of this lap

Returns the memory usage of this lap

Returns

integer
Properties summary
protected integer|float $start_time
#
protected integer|float $stop_time
#
protected integer $memory_usage
#
API documentation generated by ApiGen