what is the meaning of closure
in KCacheGrind
? I have it with one of my functions and it is pointing out the spl_autoload_register()
function, spl_autoload_call
in KCacheGrind
. And the self
time of the function is 60+ so, of course, I want to optimize it, but I do not know where to start.
What is the closure
in KCacheGrind
?
What do I need to optimize the said function to lessen the self
time?