Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Issue 8567007: Use leaky lazy instance for master lock in profiler (Closed)

Created:
9 years, 1 month ago by jar (doing other things)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

Use leaky lazy instance for master lock in profiler The master lock is very rarely used, so we can afford to use a lazy instance of this lock. r=rtenneti BUG=104167 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109947

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -23 lines) Patch
M base/tracked_objects.h View 5 chunks +8 lines, -4 lines 0 comments Download
M base/tracked_objects.cc View 9 chunks +15 lines, -19 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jar (doing other things)
9 years, 1 month ago (2011-11-14 19:19:16 UTC) #1
ramant (doing other things)
9 years, 1 month ago (2011-11-14 19:58:38 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698