class Profiler
Profiler.
Methods
__construct(ProfilerStorageInterface $storage, LoggerInterface $logger = null) Constructor.
disable() Disables the profiler.
enable() Enables the profiler.
Profile|false loadProfileFromResponse(Response $response) Loads the Profile for the given Response.
Profile loadProfile(string $token) Loads the Profile for the given token.
bool saveProfile(Profile $profile) Saves a Profile.
purge() Purges all data from the storage.
ar