Linux-Smaps

 view release on metacpan or  search on metacpan

lib/Linux/Smaps.pm  view on Meta::CPAN

    return;
  };
  print $f "1\n";
  close $f;

  return $I;
}

my ($cnt1, $fmt1)=(0);

sub update {
  my ($I)=@_;

  my $name;

  # this way one can use one object to loop through a list of processes like:
  # foreach (@pids) {
  #   $smaps->pid=$_; $smaps->update;
  #   process($smaps);
  # }
  if( defined $I->[M_filename] ) {

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.252 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )