Lines Matching full:footprint
116 footprint.
184 footprint from the build.log file is set.
312 """Find the offset from which the information about the memory footprint is read.
315 @return Offset with information about the memory footprint (int)
321 # Pattern to first line with information about memory footprint
329 # If the file does not contain information about memory footprint, the warning is raised.
332 msg="Information about memory footprint for this test configuration is not found."
338 """Get lines from the file with a memory footprint.
340 @param start_offset (int) Offset with the memory footprint's first line.
342 @return Lines with information about memory footprint (list[str])
370 @param lines (list[list[str]]) Lines with information about memory footprint.
392 @param data_lines (list[list[str]]) Lines with information about memory footprint.
399 msg="Incomplete information about memory footprint."
435 """Create table with information about memory footprint.
459 """Get memory footprint from build.log"""
469 msg="Missing information about memory footprint."