perf: more performance improvements

This commit is contained in:
Dax Raad
2025-07-19 18:41:21 -04:00
parent 9af92b6914
commit f06cd88773
3 changed files with 10 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ func (a appModel) Init() tea.Cmd {
}
func (a appModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
measure := util.Measure("Update")
measure := util.Measure("app.Update")
defer measure("from", fmt.Sprintf("%T", msg))
var cmd tea.Cmd