Home
last modified time | relevance | path

Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dmemory.py5201 def GetDiagThresholdConvertSizeToString(size,human_readable): argument
5202 if human_readable == 1 :
5214 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5282 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable)
5287 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable),
5288 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable),
5319 human_readable = 1
5321 human_readable = 0
5331 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)