Solar_Sql_Adapter_Sqlite::_addProfile()
protected
void
Solar_Sql_Adapter_Sqlite::_addProfile
( int $time
, string|PDOStatement $spec
, array $data = NULL
)
Adds an element to the profile array.
Inherited from Solar_Sql_Adapter.
Parameters
(int)
$time
: The microtime when the profile element started.(string|PDOStatement)
$spec
: The SQL statement being profiled.(array)
$data
: Any data bound into the statement.
Returns
(void)
Description
Adds an element to the profile array.