[llvm-commits] CVS: llvm/include/llvm/Reoptimizer/GetTraceTime.h

Anand Shukla ashukla at cs.uiuc.edu
Fri Feb 14 14:44:01 PST 2003


Changes in directory llvm/include/llvm/Reoptimizer:

GetTraceTime.h updated: 1.1 -> 1.2

---
Log message:

Changes to runtime framework

---
Diffs of the changes:

Index: llvm/include/llvm/Reoptimizer/GetTraceTime.h
diff -u llvm/include/llvm/Reoptimizer/GetTraceTime.h:1.1 llvm/include/llvm/Reoptimizer/GetTraceTime.h:1.2
--- llvm/include/llvm/Reoptimizer/GetTraceTime.h:1.1	Tue Oct  8 11:30:57 2002
+++ llvm/include/llvm/Reoptimizer/GetTraceTime.h	Fri Feb 14 14:42:59 2003
@@ -2,22 +2,31 @@
 //
 // Gets the time taken inside trace execution
 // This time is printed in the file "llvm_last_run"
-// all the entries in this file need to be sumed to get the total time
+// all the entries in this file need to be summed to get the total time
 // spent inside traces.
 //
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_REOPTIMIZER_TRACECACHE_GETTRACETIME_H
 #define LLVM_REOPTIMIZER_TRACECACHE_GETTRACETIME_H
+#include <libcpc.h>
 
-
-#define GET_TRACE_TIME
+//#define GET_TRACE_TIME
+//#define MAP_TIME
+//#define READER_TIME
+//#define GET_TRIGGER_TIME
+//#define BBTRACE_TIME
 
 #ifdef GET_TRACE_TIME
-
 extern "C" void llvm_time_start();
 extern "C" void llvm_time_end();
+#endif
 
+
+#ifdef GET_TRIGGER_TIME
+void llvm_trigger_time_start();
+void llvm_trigger_time_end();
 #endif
+
 
 #endif





More information about the llvm-commits mailing list