]> git.sesse.net Git - pkanalytics/commit
Store event types internally as an enum.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Jul 2023 17:54:36 +0000 (19:54 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 23 Jul 2023 17:54:36 +0000 (19:54 +0200)
commitf3e456ed250cb32c34e43d414f1f05887c355534
treecb37f7a2bc0fdf2d8333a91d545ce5bf922dd267
parentaa802626d5a5bfaa21bf38556b80665450909bed
Store event types internally as an enum.

We were using ~15% of our CPU time comparing strings now, which was
a bit too much.
events.cpp
events.h
mainwindow.cpp