diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-26 14:53:28 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-26 15:04:35 +0200 |
| commit | ab2431ca36139c6d450adfe275d1e14088633eed (patch) | |
| tree | 44ce625e8eea308d998770b100910e37ca3248e4 /tests/Klocation | |
| parent | bce7d706e5acd6cc86ad2b881e23b0382b74d667 (diff) | |
Micro-optimize _parse_help() loop
Shaves ~6% off the _parse_help() runtime for the x86 Kconfigs in
cProfile.
Diffstat (limited to 'tests/Klocation')
| -rw-r--r-- | tests/Klocation | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Klocation b/tests/Klocation index 6438739..887e4a0 100644 --- a/tests/Klocation +++ b/tests/Klocation @@ -28,6 +28,12 @@ config HELP_2 baz +config HELP_3 + help + foo + bar + bool + config MULTI_DEF endif |
