Searched full:performance (Results 1 – 25 of 182) sorted by relevance
12345678
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | ruleSet.json | 148 "plugin:@performance/all": { 149 "@performance/array-definition-check": 3, 150 "@performance/avoid-empty-callback-check": 3, 151 "@performance/avoid-update-auto-state-var-in-aboutToReuse-check": 3, 152 "@performance/constant-property-referencing-check-in-loops": 3, 153 "@performance/effectkit-blur-check": 3, 154 "@performance/foreach-args-check": 3, 155 "@performance/foreach-index-check": 1, 156 "@performance/image-sync-load-check": 3, 157 "@performance/list-in-scroll-check": 3, [all …]
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | PrinterTimeAndMemUtils.ts | 20 import { performance } from 'perf_hooks'; 82 // Time and memory performance data interface 90 // Time performance data interface 100 // Memory performance data interface 115 const TIME_PERFORMANCE_FILE_NAME = 'timePerformanceData.json'; // Time performance data file name 116 const MEMORY_PERFORMANCE_FILE_NAME = 'memoryPerformanceData.json'; // Memory performance data file … 130 start: performance.now(), 156 const timeDuration = performance.now() - lastEvent.data.start; 202 * Initialize performance printer 211 * Configures the performance printer based on the specified performance mode [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/benchmark/ |
| D | README.md | 4 The purpose of this project is to test the performance of es2abc when compiling JS and output a rep… 22 … JavaScript benchmarking suite for evaluating the performance of browsers in … 23 …| Kraken | JavaScript performance test suite, including a seri… 24 … JavaScript performance testing suite, used to evaluate the per… 26 …When running this benchmark, you can compare the performance of es2abc compilation with that of He…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/ |
| D | features.rst | 20 If the performance requires improvement, then a rewritten version of |LANG| code 33 |LANG| supports Boxing and Unboxing conversions, though they have performance 36 type. The performance gain can as much as double in some applications. 39 |LANG| Performance Challenges 110 approximately 10 % performance improvement. 112 |LANG| Performance Challenges 192 allows making calls more efficient, and improves the performance significantly. 194 |LANG| Performance Challenges 243 |LANG| Performance Challenges
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 13 This means code bloating and possible performance degradation, so, avoiding 14 the recalculation would reduce code size and bring some performance 28 non-repetetive sequences of instructions will not bring a measurable performance
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 13 This means code bloating and possible performance degradation, so, avoiding 14 the recalculation would reduce code size and bring some performance 28 non-repetetive sequences of instructions will not bring a measurable performance
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | why.rst | 32 - Program performance. To ensure program correctness, dynamically-typed 47 stability and performance. 149 .. Null Safety for Better Performance: 151 Null Safety for Better Performance 188 function become a performance bottleneck. 212 important feature from both stability and performance perspectives. That's why 216 type values and helps optimizing the performance.
|
| D | summary.rst | 44 and improving performance. To achieve this, the usage of type ``any`` is 83 Prohibiting ``any`` provides a strong positive impact on the performance at the 93 To achieve maximum performance benefits, |LANG| requires the layout of objects 171 and code performance. Having class definition at one place, and modifying 182 strong positive impact on the performance at the cost of low-effort refactoring. 191 To achieve better performance and encourage developers to write clearer code, 285 structural typing implies performance overhead.
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 45 …performance and security, ArkCompiler JS Runtime statically pre-compiles JS/TS programs into ArkCo… 47 … based on the TS type information sent from ts2abc, which greatly improves the running performance. 49 …ry usage to better leverage the device's multi-core feature to improve performance. Now ARK-JS is …
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 14 …APIs for C++ and JS interaction and a variety of garbage collectors that features high performance. 51 │ ├─ pgo_profiler # A performance analyzer based on profile-guided optimization (pgo), used…
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/ |
| D | class_impl.h | 22 // NOLINTBEGIN(performance-unnecessary-value-param) 56 // NOLINTEND(performance-unnecessary-value-param)
|
| D | annotation_interface_impl.h | 24 // NOLINTBEGIN(performance-unnecessary-value-param) 59 // NOLINTEND(performance-unnecessary-value-param)
|
| D | function_impl.h | 24 // NOLINTBEGIN(performance-unnecessary-value-param) 65 // NOLINTEND(performance-unnecessary-value-param)
|
| D | annotation_impl.h | 24 // NOLINTBEGIN(performance-unnecessary-value-param) 89 // NOLINTEND(performance-unnecessary-value-param)
|
| /arkcompiler/toolchain/test/autotest/testcases/toolchain/performance/ |
| D | TestSendableMethod.json | 12 "toolchain/performance/TestSendableMethod.py"
|
| D | TestWorkerBasicFuncWithGPSOn.json | 12 "toolchain/performance/TestWorkerBasicFuncWithGPSOn.py"
|
| D | TestMainBasicFuncWithGPSOff.json | 12 "toolchain/performance/TestMainBasicFuncWithGPSOff.py"
|
| D | TestWorkerBasicFuncWithGPSOff.json | 12 "toolchain/performance/TestWorkerBasicFuncWithGPSOff.py"
|
| D | TestMainBasicFuncWithGPSOn.json | 12 "toolchain/performance/TestMainBasicFuncWithGPSOn.py"
|
| D | TestAllocationMassiveMoveNode.json | 12 "toolchain/performance/TestAllocationMassiveMoveNode.py"
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | vregister_iterator.h | 23 // NOLINTNEXTLINE(performance-move-const-arg) 78 // NOLINTNEXTLINE(performance-move-const-arg)
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/js/ |
| D | module_impl.h | 21 // NOLINTBEGIN(performance-unnecessary-value-param) 70 // NOLINTEND(performance-unnecessary-value-param)
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | PrinterTimeAndmemUtils.spec.ts | 73 it('should block performance printer when mTimeAndMemPrinter is false', () => { 84 it('should not block performance printer when mTimeAndMemPrinter is true', () => { 97 it('should configure performance printer for advanced mode', () => { 109 it('should block performance printer for normal mode', () => { 358 it('get time performance data', () => { 367 it('get memory performance data', () => {
|
| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-05-24-isa-changelog.md | 12 1. To improve the performance of "istrue" and "isfalse" bytecode instructions, the following two by…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | intro.rst | 21 designed specifically to build high-performance mobile applications! 23 |LANG| is optimized to provide better performance and efficiency, while
|
12345678