public getProfiles () Returns all the processed profiles
public Phalcon\Db\Profiler startProfile (string
public setFinalTime (mixed $finalTime) Timestamp when the profile ended
public setSqlBindTypes (array $sqlBindTypes) SQL bind types related to the profile
public getNumberTotalStatements () Returns the total number of SQL statements processed
public getTotalElapsedSeconds () Returns the total time in seconds spent by the profile
public setSqlStatement (mixed $sqlStatement) SQL statement related to the profile
public setInitialTime (mixed $initialTime) Timestamp when the profile started
public getInitialTime () Timestamp when the profile started
Source
Page 2 of 2