From 35428a585a82e310a1b0e2bff34ce0984a8ef06e Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Tue, 7 Nov 2006 17:07:16 +0000
Subject: [PATCH] add global timer variable optionally used by timer macros in
 zmapUtilsDebug.h

---
 src/zmapUtils/zmapUtils.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/zmapUtils/zmapUtils.c b/src/zmapUtils/zmapUtils.c
index 595200b83..da0e016b9 100755
--- a/src/zmapUtils/zmapUtils.c
+++ b/src/zmapUtils/zmapUtils.c
@@ -26,9 +26,9 @@
  *              
  * Exported functions: See ZMap/zmapUtils.h
  * HISTORY:
- * Last edited: Jul 14 11:23 2006 (edgrif)
+ * Last edited: Nov  7 16:06 2006 (edgrif)
  * Created: Fri Mar 12 08:16:24 2004 (edgrif)
- * CVS info:   $Id: zmapUtils.c,v 1.17 2006-07-14 10:24:09 edgrif Exp $
+ * CVS info:   $Id: zmapUtils.c,v 1.18 2006-11-07 17:07:16 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -70,6 +70,11 @@ static gboolean getVersionNumbers(char *version_str,
 gboolean zmap_debug_G = FALSE ; 
 
 
+/*! A global timer used for giving overall timings for zmap operations.
+ * See the timer macros in zmapUtilsDebug.h */
+GTimer *zmap_global_timer_G = NULL ;
+
+
 
 /*!
  * Use this routine to exit the application with a portable (as in POSIX) return
-- 
GitLab