trace.h File Reference

#include "rutz/prof.h"
#include "rutz/time.h"
#include <iosfwd>

Include dependency graph for trace.h:

Go to the source code of this file.

Namespaces

namespace  rutz

Classes

class  rutz::trace
 Times and traces execution in and out of a lexical scope. More...

Defines

#define GVX_TRACE_EXPR   false
#define GVX_TRACE_CONCAT2(x, y)   x##y
#define GVX_TRACE_CONCAT(x, y)   GVX_TRACE_CONCAT2(x,y)
#define GVX_TRACE(x)


Detailed Description

GVX_TRACE macro for user-controlled tracing and profiling

Definition in file trace.h.


Define Documentation

#define GVX_TRACE (  ) 

Value:

static rutz::prof  GVX_TRACE_CONCAT(P_x_, __LINE__)  (x,   __FILE__, __LINE__); \
         rutz::trace        GVX_TRACE_CONCAT(T_x_, __LINE__)  (GVX_TRACE_CONCAT(P_x_, __LINE__), GVX_TRACE_EXPR)

Definition at line 119 of file trace.h.


The software described here is Copyright (c) 1998-2005, Rob Peters.
This page was generated Wed Dec 3 06:52:12 2008 by Doxygen version 1.5.5.