Searched refs:print_report_row (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/scripts/ |
H A D | memusage.py | 188 def print_report_row(col1, col2, col3, col4): function 198 print_report_row('Region', 'Size', 'RSS', 'PSS') 200 print_report_row(record.name, record.size, record.rss, record.pss)
|
/arkcompiler/runtime_core/static_core/scripts/ |
H A D | memusage.py | 188 def print_report_row(col1, col2, col3, col4): function 198 print_report_row('Region', 'Size', 'RSS', 'PSS') 200 print_report_row(record.name, record.size, record.rss, record.pss)
|
Completed in 1 milliseconds