Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS.

git-svn-id: svn://10.0.0.236/trunk@51196 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-10-19 22:27:20 +00:00
parent bf856b8053
commit b7fab4e31c
23 changed files with 48 additions and 76 deletions

View File

@@ -10,7 +10,7 @@ const double gTicks = 1.0e-7;
#define R__MAC
#endif
#ifdef RAPTOR_PERF_METRICS
#ifdef MOZ_PERF_METRICS
# define NS_RESET_AND_START_STOPWATCH(_sw) \
_sw.Start(PR_TRUE);
@@ -35,7 +35,7 @@ const double gTicks = 1.0e-7;
#endif
#ifdef RAPTOR_PERF_METRICS
#ifdef MOZ_PERF_METRICS
static PRLogModuleInfo* gLogStopwatchModule = PR_NewLogModule("timing");

View File

@@ -20,15 +20,8 @@ DEPTH=..\..\..
CSRCS=obs.c
REQUIRES=nspr util
LIBRARY_NAME=util
!if defined(MOZ_PERF)
DEFINES=-DRAPTOR_PERF_METRICS
CPPSRCS=stopwatch.cpp
CPP_OBJS=.\$(OBJDIR)\stopwatch.obj
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \
$(NULL)
!endif
C_OBJS=.\$(OBJDIR)\obs.obj