Searched full:report (Results 1 – 25 of 43) sorted by relevance
12
352 MemStatsGenGCTest::MemOpReport report; in MakeAllocations() local353 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 …]
136 """Parses smaps and returns memory usage report"""189 """Prints memory usage report row"""194 def print_report(report): argument195 """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 …]
19 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 contains154 help='Report only allocations for the specific space. Possible values: {}'.
33 set(REPORT "${PROJECT_BINARY_DIR}/report.yaml") variable34 …{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}
31 --report (-r) - output the test coverage summary report in yaml
29 @report['statusDetails'] = {52 @report = {72 @report['stop'] = time_now_millisec73 @report['status'] = @status74 @logger.log 1, JSON[@report]160 @report['links'] = bugids.map do |x|
43 opts.on('-r', '--report [FILE]', 'Output the test coverage summary report in yaml')86 File.write(options.report, summary.report.to_yaml) if options.report91 ReportMd.new(summary.report).generate
16 title Report generation22 :Generate report in html format;
41 # Generating an html report43 COMMAND echo "Coverage report: ${PANDA_BINARY_ROOT}/compiler_coverage_report"
48 # Generating an html report50 COMMAND echo "Coverage report: ${PANDA_BINARY_ROOT}/bo_coverage_report"
18 type report = `Today is ${weather}`; alias
76 "name": "report",
409 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…
468 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…
487 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…
26 @template_file = File.join(__dir__, 'templates', 'report.erb')
40 def report method in Summary
44 …bytecode_optimizer/tests --object-directory=$PANDA_BINARY_ROOT --html-details --html -o report.html
48 COMMAND echo "Coverage report path: ${CMAKE_CURRENT_BINARY_DIR}/mm_coverage_report"
86 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
56 --report-dir DIR Where to put results, applicable for 'jtr' and 'allure' logger
76 // case we will report an error when declaring the variable.198 // check module is well-formed and report errors if not
251 # Benchmark report253 echo "Benchmark report $TARGET_ARCH:"366 # CTS-assembly tests report
120 # Report
47 // progress pointer is used to report the object number for IDE.