It makes sense to me that developers will need to perf check any hooks they monkey-patch in some way.
It would be nice to include a basic API for this. Perhaps something like:
define('GORILLA_PROFILE', true);
/* Do something with hooks */
gorillaclaw_perf_report();
Feature criteria:
It makes sense to me that developers will need to perf check any hooks they monkey-patch in some way.
It would be nice to include a basic API for this. Perhaps something like:
Feature criteria: