| Index: base/threading/thread_perftest.cc
|
| diff --git a/base/threading/thread_perftest.cc b/base/threading/thread_perftest.cc
|
| index 9fbc844ec2ef548e2ef154c249064763aedcbae8..b94f942fbb02b19c52b3735c0d4c9722ccc72f54 100644
|
| --- a/base/threading/thread_perftest.cc
|
| +++ b/base/threading/thread_perftest.cc
|
| @@ -76,10 +76,10 @@ class ThreadPerfTest : public testing::Test {
|
|
|
| Init();
|
|
|
| - base::TimeTicks start = base::TimeTicks::HighResNow();
|
| + base::TimeTicks start = base::TimeTicks::Now();
|
| PingPong(kNumRuns);
|
| done_.Wait();
|
| - base::TimeTicks end = base::TimeTicks::HighResNow();
|
| + base::TimeTicks end = base::TimeTicks::Now();
|
|
|
| // Gather the cpu-time spent on each thread. This does one extra tasks,
|
| // but that should be in the noise given enough runs.
|
|
|