Home
last modified time | relevance | path

Searched full:report (Results 1 – 25 of 43) sorted by relevance

12

/arkcompiler/runtime_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp352 MemStatsGenGCTest::MemOpReport report; in MakeAllocations() local
353 report.allocated_count = 0; in MakeAllocations()
354 report.allocated_bytes = 0; in MakeAllocations()
355 report.saved_count = 0; in MakeAllocations()
356 report.saved_bytes = 0; in MakeAllocations()
378 return report; in MakeAllocations()
386 return report; in MakeAllocations()
410 return report; in MakeAllocations()
418 return report; in MakeAllocations()
456 report.allocated_count += 1; in MakeAllocations()
[all …]
/arkcompiler/runtime_core/scripts/
Dmemusage.py136 """Parses smaps and returns memory usage report"""
189 """Prints memory usage report row"""
194 def print_report(report): argument
195 """Prints memory usage report"""
199 for record in report:
219 report = Mem().gen_report(smaps, False)
220 reports.append(report)
226 report = Mem().gen_report(smaps, False)
227 reports.append(report)
231 report = aggregate(reports)
[all …]
Dmemdump.py19 To get a memory usage report build Panda with -DPANDA_TRACK_INTERNAL_ALLOCATIONS=2 cmake option.
22 To view the report run the script as follow:
24 The report contains:
34 option is used. If the dump is collected during runtime destruction this report will contains
154 help='Report only allocations for the specific space. Possible values: {}'.
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DCMakeLists.txt33 set(REPORT "${PROJECT_BINARY_DIR}/report.yaml") variable
34 …{UNCOVERED} ${UNCOVERED_MD} ${ORPHANED} ${ORPHANED_MD} ${FULL} ${FULL_MD} ${REPORT} ALWAYS_REBUILD)
41 …ned ${ORPHANED} --orphaned_md ${ORPHANED_MD} --full ${FULL} --full_md ${FULL_MD} --report ${REPORT}
DREADME.md31 --report (-r) - output the test coverage summary report in yaml
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dallure_reporter.rb29 @report['statusDetails'] = {
52 @report = {
72 @report['stop'] = time_now_millisec
73 @report['status'] = @status
74 @logger.log 1, JSON[@report]
160 @report['links'] = bugids.map do |x|
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml')
86 File.write(options.report, summary.report.to_yaml) if options.report
91 ReportMd.new(summary.report).generate
/arkcompiler/runtime_core/docs/diagrams/
Dstatic-analyzer-report-generation.puactivity16 title Report generation
22 :Generate report in html format;
/arkcompiler/runtime_core/compiler/cmake/
Dcoverage.cmake41 # Generating an html report
43 COMMAND echo "Coverage report: ${PANDA_BINARY_ROOT}/compiler_coverage_report"
/arkcompiler/runtime_core/bytecode_optimizer/cmake/
Dcoverage.cmake48 # Generating an html report
50 COMMAND echo "Coverage report: ${PANDA_BINARY_ROOT}/bo_coverage_report"
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-type-template-literal1.ts18 type report = `Today is ${weather}`; alias
Dtest-type-template-literal1-expected.txt76 "name": "report",
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.virt.short.negative.yaml409 Verifier should report when register type does not match function argument type.
539 Verifier should report that uninitialized accumulator is used in function.
570 Verifier should report that uninitialized register is used in function.
619 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
712 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
767 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
905 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
Dcall.virt.range.negative.yaml468 Verifier should report when register type does not match function argument type.
600 Verifier should report when register type does not match function argument type.
726 Verifier should report when register type does not match function argument type.
876 Verifier should report that uninitialized accumulator is used in function.
907 Verifier should report that uninitialized register is used in function.
956 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1048 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1113 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1249 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
Dcall.virt.negative.yaml487 Verifier should report when register type does not match function argument type.
619 Verifier should report when register type does not match function argument type.
748 Verifier should report when register type does not match function argument type.
894 Verifier should report that uninitialized accumulator is used in function.
925 Verifier should report that uninitialized register is used in function.
974 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1066 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1118 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
1255 …Verifier should report that method is not accessible if method_id is not resolved to existing meth…
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dreport_md.rb26 @template_file = File.join(__dir__, 'templates', 'report.erb')
Dsummary.rb40 def report method in Summary
/arkcompiler/runtime_core/bytecode_optimizer/tools/
Doptimizer_coverage.sh44 …bytecode_optimizer/tests --object-directory=$PANDA_BINARY_ROOT --html-details --html -o report.html
/arkcompiler/runtime_core/libpandabase/cmake/
Dmm_coverage.cmake48 COMMAND echo "Coverage report path: ${CMAKE_CURRENT_BINARY_DIR}/mm_coverage_report"
/arkcompiler/runtime_core/tests/cts-generator/
Dtest-runner.rb86 opts.on('--report-dir DIR', "Where to put results, applicable for 'jtr' and 'allure' logger")
175 $report_dir = options['report-dir'] || ''
302 # Write result report
DREADME.md56 --report-dir DIR Where to put results, applicable for 'jtr' and 'allure' logger
/arkcompiler/ets_frontend/ts2panda/src/
DecmaModule.ts76 // case we will report an error when declaring the variable.
198 // check module is well-formed and report errors if not
/arkcompiler/runtime_core/compiler/tools/
Dbenchmark_coverage.sh251 # Benchmark report
253 echo "Benchmark report $TARGET_ARCH:"
366 # CTS-assembly tests report
Dir_builder_coverage.sh120 # Report
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h47 // progress pointer is used to report the object number for IDE.

12