| Index: base/profiler/scoped_profile.cc
|
| diff --git a/base/profiler/scoped_profile.cc b/base/profiler/scoped_profile.cc
|
| index f06a8c6f5dd68fafe34b90627acf8808499c7552..02a2b173c57356636909d5716838030432471c78 100644
|
| --- a/base/profiler/scoped_profile.cc
|
| +++ b/base/profiler/scoped_profile.cc
|
| @@ -10,7 +10,6 @@
|
|
|
| namespace tracked_objects {
|
|
|
| -
|
| ScopedProfile::ScopedProfile(const Location& location, Mode mode)
|
| : birth_(NULL) {
|
| if (mode == DISABLED)
|
| @@ -28,6 +27,7 @@ ScopedProfile::~ScopedProfile() {
|
| return;
|
|
|
| stopwatch_.Stop();
|
| +
|
| ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
|
| }
|
|
|
|
|