Home
last modified time | relevance | path

Searched full:perf (Results 1 – 25 of 62) sorted by relevance

123

/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml23 tags: [perf]
30 tags: [perf]
38 tags: [perf]
207 tags: [perf]
213 tags: [perf]
219 tags: [perf]
225 tags: [perf]
231 tags: [perf]
237 tags: [perf]
243 tags: [perf]
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml23 tags: [perf]
29 tags: [perf]
176 tags: [perf]
182 tags: [perf]
188 tags: [perf]
194 tags: [perf]
200 tags: [perf]
206 tags: [perf]
212 tags: [perf]
219 tags: [perf]
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dperf_counter.h100 class Perf; variable
108 PerfCollector(Perf *p, std::vector<const PerfCounterDescriptor *> &list, bool isWallTime);
116 Perf *perf_;
134 void Report(std::ostream &out, const Perf *p) const;
157 class Perf {
159 Perf();
160 Perf(std::initializer_list<const PerfCounterDescriptor *> list);
161 ~Perf() = default;
163 NO_COPY_SEMANTIC(Perf);
164 NO_MOVE_SEMANTIC(Perf);
[all …]
Dperf_counter.cpp22 Perf g_perf;
209 PerfCollector::PerfCollector(Perf *p, std::vector<const PerfCounterDescriptor *> &list, bool isWall… in PerfCollector()
280 …virtual void Report(std::ostream &out, const char *title, CounterValue counter, const Perf *p) con…
406 void PerfCounterDescriptor::Report(std::ostream &out, const Perf *p) const in Report()
411 Perf::Perf() in Perf() function in ark::tooling::Perf
412 : Perf({&PerfCounterDescriptor::TASK_CLOCK, &PerfCounterDescriptor::TOTAL_CPU_CYCLES, in Perf()
417 Perf::Perf(std::initializer_list<const PerfCounterDescriptor *> list) in Perf() function in ark::tooling::Perf
425 PerfCollector Perf::CreateCollector(bool isWallTime) in CreateCollector()
430 void Perf::Reset() in Reset()
437 void Perf::Add(const PerfCounterDescriptor *desc, uint64_t value) in Add()
[all …]
Dperf_counter.md6 It is posible to have multiple collectors in different threads. See `ark::tooling::Perf::CreateColl…
33 Required counters are passed to `ark::tooling::Perf::Perf(std::initializer_list<const PerfCounterDe…
/arkcompiler/ets_runtime/test/jsperftest/
DREADME.md64 |_ jsperftest # js perf 测试代码目录
120 "kind": "V 8 js-perf-test",
133 [Ark-workload](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
141 … | 2.33 | 1.27 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
142 …| 0.6 | 0.23 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
143 … | 0.36 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
144 … | 0.20 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
145 … | 2.42 | 1.28 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
/arkcompiler/ets_runtime/test/aotjsperftest/
DREADME.md64 |_ jsperftest # js perf 测试代码目录
120 "kind": "V 8 js-perf-test",
133 [Ark-workload](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
141 … | 2.33 | 1.27 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
142 …| 0.6 | 0.23 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
143 … | 0.36 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
144 … | 0.20 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
145 … | 2.42 | 1.28 | https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/js-perf-t…
DREADME_en.md1 # AOT JS Perf Test Temporary Execution README
70 2) When aot perf test start to run,the perf test cases will be downloaded automatically .
74 [perf-test-case](https://gitee.com/dov1s/arkjs-perf-test/tree/builtins_test1110/)
Drun_js_perf_test.sh40 code_path="$TMP_PATH"/code/arkjs-perf-test
42 JS_TEST_PATH=$code_path/js-perf-test
48 git clone -b builtins_test1110 https://gitee.com/dov1s/arkjs-perf-test.git "$code_path"
49 JS_TEST_PATH=$code_path/js-perf-test
/arkcompiler/ets_runtime/test/perform/array/
Darray_includes_indexof_jsperf.js18 * - https://gitee.com/dov1s/arkjs-perf-test/blob/builtins_test1110/js-perf-test/Array/includes.js
19 * - https://gitee.com/dov1s/arkjs-perf-test/blob/builtins_test1110/js-perf-test/Array/index-of.js
20 …* - https://gitee.com/dov1s/arkjs-perf-test/blob/builtins_test1110/js-perf-test/Array/last-index…
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dnamespace_impl.h25 // CC-OFFNXT(G.FUD.06) perf critical
39 // CC-OFFNXT(G.FUD.06) perf critical
53 // CC-OFFNXT(G.FUD.06) perf critical
Dclass_impl.h41 // CC-OFFNXT(G.FUD.06) perf critical
58 // CC-OFFNXT(G.FUD.06) perf critical
77 // CC-OFFNXT(G.FUD.06) perf critical
Dfunction_impl.h58 // CC-OFFNXT(G.FUD.06) perf critical
101 // CC-OFFNXT(G.FUD.06) perf critical
115 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dleb128.h33 // CC-OFFNXT(G.FUD.06) perf critical
60 // CC-OFFNXT(G.FUD.06) perf critical
102 // CC-OFFNXT(G.FUD.06) perf critical
159 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpygote_space_allocator-inl.h55 // CC-OFFNXT(G.FUD.06) perf critical
89 // CC-OFFNXT(G.FUD.06) perf critical
143 // CC-OFFNXT(G.FUD.06) perf critical
218 // CC-OFFNXT(G.FUD.06) perf critical
240 // CC-OFFNXT(G.FUD.06) perf critical
Drunslots_allocator-inl.h46 // CC-OFFNXT(G.FUN.01-CPP) Allocations perf critical, the change will create additional conditions …
48 // CC-OFFNXT(G.FUD.06) Allocations perf critical, the change will create additional conditions and …
106 … // we will have a perf issue here. Maybe it is better to delete free_runslots_? in Alloc()
140 // CC-OFFNXT(G.FUD.06) perf critical
160 // CC-OFFNXT(G.FUD.06) perf critical
206 // CC-OFFNXT(G.FUD.06) perf critical
299 // CC-OFFNXT(G.FUD.06) perf critical
432 // CC-OFFNXT(G.FUD.06) perf critical
451 // CC-OFFNXT(G.FUD.06) perf critical
476 // CC-OFFNXT(G.FUD.06) perf critical
[all …]
Dframe_allocator-inl.h63 // CC-OFFNXT(G.FUD.06) perf critical
138 // CC-OFFNXT(G.FUD.06) perf critical
181 // CC-OFFNXT(G.FUD.06) perf critical
207 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker-inl.h26 // CC-OFFNXT(G.FUD.06) perf critical
59 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
Dtest_result.py91 "perf": false,
139 "perf": false,
201 "perf": false,
239 "perf": false,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/
Darktsconfig.in.json65 "perf/code.js": {
67 "ohmUrl": "${PANDA_BINARY_ROOT}/plugins/ets/tests/interop_js/tests/perf/code"
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h73 // CC-OFFNXT(G.FUD.06) perf critical
103 // CC-OFFNXT(G.FUD.06) perf critical
129 // CC-OFFNXT(G.FUD.06) perf critical
254 // CC-OFFNXT(G.FUD.06) perf critical
282 // CC-OFFNXT(G.FUD.06) perf critical
327 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_marker.h68 …* @param base_cls - class of object(used for perf in case if class for the object already was obta…
83 * @param cls - class of array object(used for perf)
110 …* @param base_cls - class of object(used for perf in case if class for the object already was obta…
125 * @param cls - class of array object(used for perf)
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring-inl.h27 // CC-OFFNXT(G.FUD.06) perf critical
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmmap_mem_pool-inl.h38 // CC-OFFNXT(G.FUD.06) perf critical, ODR
78 // CC-OFFNXT(G.FUD.06) perf critical, ODR
278 // CC-OFFNXT(G.FUD.06) perf critical
303 // CC-OFFNXT(G.FUD.06) perf critical, ODR
343 // CC-OFFNXT(G.FUD.06) perf critical, solid logic, ODR
392 // CC-OFFNXT(G.FUD.06, G.FUN.01-CPP) perf critical, solid logic
455 // CC-OFFNXT(G.FUD.06) perf critical, solid logic, ODR
644 // CC-OFFNXT(G.FUD.06) perf critical, ODR
666 // CC-OFFNXT(G.FUD.06) perf critical, ODR
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/perf/
DCMakeLists.txt14 add_custom_target(ets_interop_js_perf_tests COMMENT "Running all js interop perf tests")

123