Commit 2759fbc
committed
feat: expand baseline profile with keyboard typing journey
BaselineProfileGenerator now exercises the full IME hot path:
enable IME, launch benchmark input activity, type two phrases
to trigger dictionary lookup, SymSpell, and suggestion strip
recomposition. ART's profile-guided compilation will now cover
FlorisImeService startup, KeyboardManager dispatch, NlpManager
suggest, and CandidatesRow rendering.
Also removes stale TODO about merging LanguagePackManagerScreen
with ThemeManagerScreen — the screens have diverged (CRUD lifecycle
vs pure selection) and no longer share enough to benefit from a
shared abstraction.1 parent 77c3d02 commit 2759fbc
2 files changed
Lines changed: 13 additions & 4 deletions
File tree
- app/src/main/kotlin/dev/patrickgold/florisboard/app/settings/localization
- benchmark/src/main/kotlin/dev/patrickgold/florisboard/benchmark
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | 35 | | |
39 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
40 | 50 | | |
0 commit comments