getDbProfiling() public method
Returns the statistical results of DB queries.
The results returned include the number of SQL statements executed and the total time spent.
public array getDbProfiling ( ) | ||
---|---|---|
return | array |
The first element indicates the number of SQL statements executed, and the second element the total time spent in SQL execution. |
Please login to continue.