platform/api/symfony/Bundle/FrameworkBundle/Resources/config/profiling.yaml

28 lines
938 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: profiling
class_comment: null
dependencies:
- name: ConsoleProfilerListener
type: class
source: Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener
- name: VirtualRequestStack
type: class
source: Symfony\Component\HttpKernel\Debug\VirtualRequestStack
- name: ProfilerListener
type: class
source: Symfony\Component\HttpKernel\EventListener\ProfilerListener
- name: FileProfilerStorage
type: class
source: Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
- name: Profiler
type: class
source: Symfony\Component\HttpKernel\Profiler\Profiler
properties: []
methods: []
traits:
- Symfony\Bundle\FrameworkBundle\EventListener\ConsoleProfilerListener
- Symfony\Component\HttpKernel\Debug\VirtualRequestStack
- Symfony\Component\HttpKernel\EventListener\ProfilerListener
- Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
- Symfony\Component\HttpKernel\Profiler\Profiler
interfaces: []