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

Unified Diff: base/profiler/tracked_time.h

Issue 9702014: [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Write JSON unit test and update profiler.js Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: base/profiler/tracked_time.h
diff --git a/base/profiler/tracked_time.h b/base/profiler/tracked_time.h
index 5493e2068739b31ebc59c3ccf1e63ebab6364015..b3c29530535f1dba6714cfb45bee84f9b8ebfcd3 100644
--- a/base/profiler/tracked_time.h
+++ b/base/profiler/tracked_time.h
@@ -12,6 +12,7 @@
namespace tracked_objects {
+// TODO(isherman): Shouldn't this be explicitly an int32 or something like that?
jar (doing other things) 2012/03/21 18:19:55 I think a change to int32 would be good. This typ
Ilya Sherman 2012/03/21 21:45:43 Ah, looks like we are already using int32 within t
typedef int DurationInt;
//------------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698