zi times
Summary
Section titled “Summary”Print load times for each plugin and snippet. Use this to identify slow-loading plugins and guide Turbo mode tuning.
Syntax / Usage
Section titled “Syntax / Usage”zi times [-a] [-m] [-s]-s— print times in seconds (default is milliseconds).-m— show the loading moment (timestamp relative to shell start) for each plugin.-a— show both load times and loading moments.
Details
Section titled “Details”Records are gathered at load time — each plugin’s elapsed sourcing time is stored in memory. times reads that data and presents it per plugin/snippet. Turbo-loaded plugins show the time of their deferred load, not the time of shell startup. Sorting is not applied automatically; results appear in load order.
Examples
Section titled “Examples”# Show load times (ms) in load orderzi times
# Show times in secondszi times -s
# Show times and loading momentszi times -aSee Also
Section titled “See Also”- cmd-zstatus
- cmd-report
- cmd-list-plugins