public getTotalElapsedSeconds () Returns the total time in seconds spent by the profile
public getSqlVariables () SQL variables related to the profile
public getSqlStatement () SQL statement related to the profile
public getSqlBindTypes () SQL bind types related to the profile
public getInitialTime () Timestamp when the profile started
public getFinalTime () Timestamp when the profile ended
Source on GitHub This class identifies each profile in a Phalcon\Db\Profiler Methods public setSqlStatement (mixed $sqlStatement) SQL statement related to the profile public getSqlStatement () SQL statement related to the profile public setSqlVariables (array $sqlVariables) SQL variables related to the profile public getSqlVariables () SQL variables related to the profile public setSqlBindTypes (array $sqlBindTypes) SQL bind types related to the profile public getSqlBindTypes () SQL bind types
public stopProfile () Stops the active profile
public Phalcon\Db\Profiler startProfile (string $sqlStatement, [mixed $sqlVariables], [mixed $sqlBindTypes]) Starts the profile of a SQL sentence
public reset () Resets the profiler, cleaning up all the profiles
Page 287 of 382