HomeSort by relevance Sort by last modified time
    Searched refs:this_prefix (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/massif/
ms_print 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_;
204 # We precede this node's line with "$this_prefix.$arrow". We precede
205 # any children of this node with "$this_prefix$child_midfix$arrow".
210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
217 my $this_prefix2 = $this_prefix . $child_midfix;
ms_print.in 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_;
204 # We precede this node's line with "$this_prefix.$arrow". We precede
205 # any children of this node with "$this_prefix$child_midfix$arrow".
210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes),
217 my $this_prefix2 = $this_prefix . $child_midfix;

Completed in 150 milliseconds