[Feature Request] Add hook execution timing visibility to Claude Code CLI
Resolved 💬 3 comments Opened Mar 4, 2026 by connorshea Closed May 1, 2026
Bug Description
We need to be able to see the time it takes for a given hook to run within the Claude Code CLI (especially if it takes more than a few seconds). Right now, it's unclear whether it's Claude or our hooks that are slowing things down, and to what extent. After tediously adding manual logging I figured out it was our hooks adding around a minute after every edit to run our linter/typechecker. For many users that kind of logging isn't realistically going to be done, and it's hard to keep things under control as the codebase changes over time if there's no visibility into the time spent running hooks.
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.68
- Feedback ID: 21158139-39dd-4ef7-af30-44fb70b66df4
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗