Profiler
EDB SPL Check contains a simple profiler of SPL functions and procedures. It can work with or without access to shared memory and depends on the shared_preload_libraries
config.
When EDB SPL Check is initialized by shared_preload_libraries
, it can allocate shared memory and stores function profiles. When EDB SPL Check can't allocate shared memory, the profile is stored in session memory.
Due to dependencies, shared_preload_libraries
must contain edb-spl
first: