From 3e760afda26d8165931459e459a8bdbdb47e678a Mon Sep 17 00:00:00 2001 From: WilliamKwokX <1425183716@qq.com> Date: Sun, 24 Sep 2023 20:25:29 +0800 Subject: [PATCH] v 1.0.7. Boost the performance of getting `mvbScope`. --- .idea/androidTestResultsUserPreferences.xml | 39 ++ .idea/misc.xml | 1 - api/build.gradle | 2 +- .../java/pers/shawxingkwok/mvb/Scope.kt | 50 +++ .../shawxingkwok/mvb/android/MVBViewModel.kt | 4 - .../pers/shawxingkwok/mvb/android/mvbScope.kt | 3 +- .../caches-jvm/inputs/source-to-output.tab | Bin 4096 -> 4096 bytes .../inputs/source-to-output.tab.values.at | Bin 8155 -> 15627 bytes .../jvm/kotlin/class-attributes.tab | Bin 4096 -> 4096 bytes .../jvm/kotlin/class-attributes.tab.values.at | Bin 82 -> 88 bytes .../jvm/kotlin/class-fq-name-to-source.tab | Bin 4096 -> 4096 bytes .../class-fq-name-to-source.tab.values.at | Bin 1140 -> 1306 bytes .../jvm/kotlin/internal-name-to-source.tab | Bin 4096 -> 4096 bytes .../internal-name-to-source.tab.keystream | Bin 8192 -> 8192 bytes .../internal-name-to-source.tab.keystream.len | Bin 8 -> 8 bytes .../kotlin/internal-name-to-source.tab.len | Bin 8 -> 8 bytes .../internal-name-to-source.tab.values.at | Bin 5061 -> 9709 bytes .../jvm/kotlin/internal-name-to-source.tab_i | Bin 32768 -> 32768 bytes .../cacheable/caches-jvm/jvm/kotlin/proto.tab | Bin 4096 -> 4096 bytes .../caches-jvm/jvm/kotlin/proto.tab.values.at | Bin 5282 -> 8212 bytes .../jvm/kotlin/source-to-classes.tab | Bin 4096 -> 4096 bytes .../kotlin/source-to-classes.tab.values.at | Bin 4661 -> 8859 bytes .../caches-jvm/jvm/kotlin/subtypes.tab | Bin 4096 -> 4096 bytes .../jvm/kotlin/subtypes.tab.values.at | Bin 515 -> 610 bytes .../caches-jvm/jvm/kotlin/supertypes.tab | Bin 4096 -> 4096 bytes .../jvm/kotlin/supertypes.tab.values.at | Bin 399 -> 465 bytes .../cacheable/caches-jvm/lookups/counters.tab | 2 +- .../caches-jvm/lookups/file-to-id.tab | Bin 4096 -> 4096 bytes .../lookups/file-to-id.tab.values.at | Bin 91 -> 103 bytes .../caches-jvm/lookups/id-to-file.tab | Bin 4096 -> 4096 bytes .../lookups/id-to-file.tab.keystream | Bin 4096 -> 4096 bytes .../lookups/id-to-file.tab.keystream.len | Bin 8 -> 8 bytes .../caches-jvm/lookups/id-to-file.tab.len | Bin 8 -> 8 bytes .../lookups/id-to-file.tab.values.at | Bin 633 -> 799 bytes .../caches-jvm/lookups/id-to-file.tab_i | Bin 32768 -> 32768 bytes .../cacheable/caches-jvm/lookups/lookups.tab | Bin 16384 -> 16384 bytes .../caches-jvm/lookups/lookups.tab.keystream | Bin 20480 -> 20480 bytes .../lookups/lookups.tab.keystream.len | Bin 8 -> 8 bytes .../caches-jvm/lookups/lookups.tab.len | Bin 8 -> 8 bytes .../caches-jvm/lookups/lookups.tab.values.at | Bin 10515 -> 19094 bytes .../caches-jvm/lookups/lookups.tab_i | Bin 32768 -> 32768 bytes .../cacheable/last-build.bin | Bin 18 -> 18 bytes .../local-state/build-history.bin | Bin 31 -> 65 bytes .../logs/manifest-merger-debug-report.txt | 424 +++++++++--------- .../mvb/demo/StopwatchFragment.kt | 13 + restoretest/build.gradle | 2 + .../restoretest/ExampleInstrumentedTest.kt | 17 - 47 files changed, 320 insertions(+), 237 deletions(-) create mode 100644 api/src/androidTest/java/pers/shawxingkwok/mvb/Scope.kt delete mode 100644 restoretest/src/androidTest/java/pers/shawxingkwok/restoretest/ExampleInstrumentedTest.kt diff --git a/.idea/androidTestResultsUserPreferences.xml b/.idea/androidTestResultsUserPreferences.xml index 7618bd9..4a33282 100644 --- a/.idea/androidTestResultsUserPreferences.xml +++ b/.idea/androidTestResultsUserPreferences.xml @@ -3,6 +3,19 @@