Skip to content
Snippets Groups Projects
Commit 35428a58 authored by edgrif's avatar edgrif
Browse files

add global timer variable optionally used by timer macros in zmapUtilsDebug.h

parent 141474c8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment