Skip to content

feature: profiling / timing #58

Description

@talss89

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:

  • Need: Minimal performance impact
  • Need: No performance impact when disabled (default)
  • Want: Some kind of machine readable output, so we can integrate with CI pipelines

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions