You are here

7 calls to PdoProfilerStorage::initDb() in Zircon Profile 8

PdoProfilerStorage::cleanup in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
PdoProfilerStorage::find in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Finds profiler tokens for the given criteria.
PdoProfilerStorage::has in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Returns whether data for the given token already exists in storage.
PdoProfilerStorage::purge in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Purges all data from the database.
PdoProfilerStorage::read in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Reads data associated with the given token.
PdoProfilerStorage::readChildren in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Reads the child profiles for the given token.
PdoProfilerStorage::write in vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php
Saves a Profile.