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:
Binary file not shown.
@@ -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);
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "windows.h"
|
||||
#include <stdio.h>
|
||||
#include "stopwatch.h"
|
||||
#include <time.h>
|
||||
|
||||
Stopwatch::Stopwatch() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user