public reset () Resets the profiler, cleaning up all the profiles
public getLastProfile () Returns the last profile executed in the profiler
public stopProfile () Stops the active profile
public getTotalElapsedSeconds () Returns the total time in seconds spent by the profiles
public getProfiles () Returns all the processed profiles
public getNumberTotalStatements () Returns the total number of SQL statements processed
public Phalcon\Db\Profiler startProfile (string
Source