[llvm-commits] CVS: llvm/include/Support/Timer.h
Chris Lattner
lattner at cs.uiuc.edu
Fri May 9 15:45:06 PDT 2003
Changes in directory llvm/include/Support:
Timer.h updated: 1.4 -> 1.5
---
Log message:
Updates to match recent timer updates
---
Diffs of the changes:
Index: llvm/include/Support/Timer.h
diff -u llvm/include/Support/Timer.h:1.4 llvm/include/Support/Timer.h:1.5
--- llvm/include/Support/Timer.h:1.4 Mon Nov 18 15:45:55 2002
+++ llvm/include/Support/Timer.h Fri May 9 15:44:22 2003
@@ -27,6 +27,7 @@
#include <string>
#include <vector>
+#include <iosfwd>
class TimerGroup;
@@ -90,7 +91,7 @@
/// print - Print the current timer to standard error, and reset the "Started"
/// flag.
- void print(const Timer &Total);
+ void print(const Timer &Total, std::ostream &OS);
private:
friend class TimerGroup;
More information about the llvm-commits
mailing list