Searched defs:accuracy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm471 # Return accuracy of utilization calculation between two snapshots The accuracy
474 # the time they were turned off, the accuracy is T1 / (T1 + T2), expressed in
477 sub accuracy subroutine
479 scalar @_ == 3 or _usage("accuracy(cookie, cookie1, pg)");
503 # Calculate accuracy as percentage
505 my $accuracy = $total ? ($trun * 100) / $total : 0;
506 $accuracy = int($accuracy + 0.5);
507 $accuracy
[all...]

Completed in 269 milliseconds