test tweak for VMS (from Craig A. Berry)
[p5sagit/p5-mst-13.2.git] / utils / dprofpp.PL
index 0c57940..ba099c0 100644 (file)
@@ -437,6 +437,8 @@ Main: {
 #
 sub settime {
   my( $runtime, $hz ) = @_;
+
+  $hz ||= 1;
   
   if( $opt_r ){
     $$runtime = ($rrun_rtime - $overhead - $over_rtime * $total_marks/$over_tests/2)/$hz;