File: patch-bsd_intratemeter_cc

package info (click to toggle)
xosview 1.8.3%2Bdebian-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,788 kB
  • ctags: 1,428
  • sloc: cpp: 9,506; sh: 4,257; ansic: 368; makefile: 89; awk: 20
file content (13 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD$

--- bsd/intratemeter.cc.orig	2003-10-09 06:20:06.000000000 +0200
+++ bsd/intratemeter.cc	2005-02-22 14:16:46.950980900 +0100
@@ -48,7 +48,7 @@ void IrqRateMeter::checkResources( void 
   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_);