Open
Description
Summary
Record the time spent in each "phase" of a CLI command so we can track what are the most expensive operations.
Motivation
Every time we implement features in a CLI command there's concern that it hurts the CLI's performance. Adding this information would help us scope our concern relative to the total time it takes for the command to complete.
Basic Example
No response
Open Questions
No response