addExecutedStatement() addExecutedStatement(\DebugBar\DataCollector\PDO\TracedStatement $stmt) Adds an executed TracedStatement Parameters \DebugBar\DataCollector\PDO\TracedStatement $stmt
getAccumulatedStatementsDuration() getAccumulatedStatementsDuration() : integer Returns the accumulated execution time of statements Returns integer
getMemoryUsage() getMemoryUsage() : integer Returns the peak memory usage while performing statements Returns integer
getPeakMemoryUsage() getPeakMemoryUsage() : integer Returns the peak memory usage while performing statements Returns integer
getExecutedStatements() getExecutedStatements() : array Returns the list of executed statements as TracedStatement objects Returns array
getFailedExecutedStatements() getFailedExecutedStatements() : array Returns the list of failed statements Returns array
profileCall() profileCall(string $method, string $sql, array $args) : mixed Profiles a call to a PDO method Parameters string $method string $sql array $args Returns mixed — The result of the call