Свойство | Тип | Описание | |
---|---|---|---|
$backtrace | SQL text | ||
$end_time | time that query started execution | ||
$query_text | time that query ended execution | ||
$start_time |
Метод | Описание | |
---|---|---|
__construct ( string $query ) | Constructor for the query profile. Automatically sets the start time for the query | |
__get ( $name ) | ||
get_time_in_microseconds ( ) : integer | Returns an integer representing the current time in microseconds from Epoch | |
start ( ) | ||
stop ( ) |
public __construct ( string $query ) | ||
$query | string | SQL being executed |
public static get_time_in_microseconds ( ) : integer | ||
Результат | integer | the number of microseconds since epoch. |