CakeFest 2024: The Official CakePHP Conference

The HRTime\StopWatch class

(PECL hrtime >= 0.4.3)

Introdução

Resumo da classe

class HRTime\StopWatch extends HRTime\PerformanceCounter {
/* Métodos */
public getElapsedTicks(): int
public getElapsedTime(int $unit = ?): float
public getLastElapsedTime(int $unit = ?): float
public isRunning(): bool
public start(): void
public stop(): void
/* Métodos herdados */
}

Índice

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top