[llvm-commits] CVS: reopt/lib/LightWtProfiling/GetTimer.h

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jan 13 13:47:15 PST 2004


Changes in directory reopt/lib/LightWtProfiling:

GetTimer.h updated: 1.8 -> 1.9

---
Log message:

Remove dead #defines. Consolidate two comments.


---
Diffs of the changes:  (+1 -7)

Index: reopt/lib/LightWtProfiling/GetTimer.h
diff -u reopt/lib/LightWtProfiling/GetTimer.h:1.8 reopt/lib/LightWtProfiling/GetTimer.h:1.9
--- reopt/lib/LightWtProfiling/GetTimer.h:1.8	Wed Aug 20 15:38:13 2003
+++ reopt/lib/LightWtProfiling/GetTimer.h	Tue Jan 13 13:46:15 2004
@@ -7,15 +7,9 @@
 #ifndef GETTIMER_H
 #define GETTIMER_H
 
-// Tunable parameters
-// FIXME: What do they do? (see thesis?)
+// Tunable parameters (FIXME: What do they do? (see thesis?))
 #define MAX_PATH_HISTORIES 12
 #define MAX_ALLOWED_PATHS 6
 #define THRESHOLD_PERCENTAGE 90
-
-// Default values for the LLVM_TIMER_INTERVAL_SEC and LLVM_TIMER_INTERVAL_MSEC
-// environment variables, used in Timer.cpp
-#define DEFAULT_LLVM_TIMER_INTERVAL_SEC  3
-#define DEFAULT_LLVM_TIMER_INTERVAL_MSEC 0
 
 #endif // GETTIMER_H





More information about the llvm-commits mailing list