This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel/Profiler
Andrej Hudec 86ebe5bcb9 Redis Profiler Storage
fixed typo and tests

- updated profiler tests
- added testPurge() method
- fixed find() method
2012-03-03 00:34:31 +01:00
..
BaseMemcacheProfilerStorage.php fixed CS 2012-03-02 21:43:08 +01:00
FileProfilerStorage.php [HttpKernel] fixed doubled results for the file profiler (closes #2915) 2012-01-02 12:10:17 +01:00
MemcachedProfilerStorage.php [HttpKernel] Fix call to Memcached::set() once again 2012-02-23 13:15:05 -05:00
MemcacheProfilerStorage.php [Profiler] Fix memcache(d) 2012-02-15 10:50:58 +01:00
MongoDbProfilerStorage.php Overwrite the profile data if the token already exists like in the other implementations. 2012-02-26 14:59:49 +01:00
MysqlProfilerStorage.php merged 2.0 2012-01-16 07:44:08 +01:00
PdoProfilerStorage.php [HttpKernel] Cleanup of PdoProfilerStorage 2012-01-31 08:27:53 +01:00
Profile.php [HttpKernel] Tweak the Profile class - DRY 2012-01-25 13:25:50 +01:00
Profiler.php [Profiler] Allow profiling the terminate event 2012-01-31 08:40:49 +01:00
ProfilerStorageInterface.php [Profiler] Tweak PHPDoc 2012-01-25 13:31:27 +01:00
RedisProfilerStorage.php Redis Profiler Storage 2012-03-03 00:34:31 +01:00
SqliteProfilerStorage.php merged 2.0 2012-01-16 07:44:08 +01:00