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

Issue 8502001: Switch to using an intergral type for durations inside profiler (Closed)

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

Description

Switch to using an intergral type for durations inside profiler Transition from internal used of "class Duration" (which is kindred of base::TimeDelta) to using an integral type. This is in preparation for handling durations that are not time based, such as memmory allocation units. r=rtenneti BUG=103321 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109720

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -65 lines) Patch
M base/profiler/tracked_time.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M base/tracked_objects.h View 1 2 3 4 5 chunks +25 lines, -24 lines 0 comments Download
M base/tracked_objects.cc View 1 2 3 4 8 chunks +29 lines, -29 lines 0 comments Download
M base/tracked_objects_unittest.cc View 1 2 3 4 1 chunk +10 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jar (doing other things)
9 years, 1 month ago (2011-11-08 03:03:08 UTC) #1
ramant (doing other things)
9 years, 1 month ago (2011-11-08 03:09:16 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698