summaryrefslogtreecommitdiff
path: root/sysutils/xosview/patches/patch-ab
blob: 602e69b09a6a6b66ca9ccbd7ae9f0caf826c4c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.9 2004/04/21 18:45:09 perry Exp $

--- bsd/intratemeter.cc.orig	2003-10-09 00:20:06.000000000 -0400
+++ bsd/intratemeter.cc		2004-04-21 14:32:07.000000000 -0400
@@ -48,7 +48,7 @@
   dodecay_ = parent_->isResourceTrue("irqrateDecay");
   useGraph_ = parent_->isResourceTrue("irqrateGraph");
   SetUsedFormat (parent_->getResource("irqrateUsedFormat"));
-  total_ = 100;
+  total_ = 2000;
 
   //  Now, grab a sample.  I don't know if this is needed here.  BCG
   BSDGetIntrStats (lastirqs_);