added stopwatch.cpp to the mac build for nisheeth

git-svn-id: svn://10.0.0.236/trunk@51179 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1999-10-19 21:12:14 +00:00
parent 4481922240
commit 9264bc9c89
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,10 @@
const double gTicks = 1.0e-7;
#ifdef XP_MAC
#define R__MAC
#endif
#ifdef RAPTOR_PERF_METRICS
# define NS_RESET_AND_START_STOPWATCH(_sw) \
_sw.Start(PR_TRUE);

View File

@@ -1,6 +1,7 @@
#include "windows.h"
#include <stdio.h>
#include "stopwatch.h"
#include <time.h>
Stopwatch::Stopwatch() {