You are here

namespace Symfony\Component\HttpKernel\Profiler in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\HttpKernel\Profiler
Classsort descending Location Description
BaseMemcacheProfilerStorage vendor/symfony/http-kernel/Profiler/BaseMemcacheProfilerStorage.php Base Memcache storage for profiling information in a Memcache.
FileProfilerStorage vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php Storage for profiler using files.
MemcachedProfilerStorage vendor/symfony/http-kernel/Profiler/MemcachedProfilerStorage.php Memcached Profiler Storage.
MemcacheProfilerStorage vendor/symfony/http-kernel/Profiler/MemcacheProfilerStorage.php Memcache Profiler Storage.
MongoDbProfilerStorage vendor/symfony/http-kernel/Profiler/MongoDbProfilerStorage.php
MysqlProfilerStorage vendor/symfony/http-kernel/Profiler/MysqlProfilerStorage.php A ProfilerStorage for Mysql.
PdoProfilerStorage vendor/symfony/http-kernel/Profiler/PdoProfilerStorage.php Base PDO storage for profiling information in a PDO database.
Profile vendor/symfony/http-kernel/Profiler/Profile.php Profile.
Profiler vendor/symfony/http-kernel/Profiler/Profiler.php Profiler.
ProfilerStorageInterface vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php ProfilerStorageInterface.
RedisProfilerStorage vendor/symfony/http-kernel/Profiler/RedisProfilerStorage.php RedisProfilerStorage stores profiling information in Redis.
SqliteProfilerStorage vendor/symfony/http-kernel/Profiler/SqliteProfilerStorage.php SqliteProfilerStorage stores profiling information in a SQLite database.