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

Unified Diff: src/tracing/traced-value.h

Issue 2418303002: Use TracedValue in runtime statistics. (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « src/tracing/trace-event.cc ('k') | src/tracing/traced-value.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tracing/traced-value.h
diff --git a/src/tracing/traced-value.h b/src/tracing/traced-value.h
index befa387bc875c0dbb15c8c16f2776e6fd2cc823c..b5c265cd48831b023abe15ca6f1bfe89b90667f2 100644
--- a/src/tracing/traced-value.h
+++ b/src/tracing/traced-value.h
@@ -34,6 +34,7 @@ class TracedValue : public ConvertableToTraceFormat {
void BeginArray(const char* name);
void AppendInteger(int);
+ void AppendLongInteger(int64_t);
void AppendDouble(double);
void AppendBoolean(bool);
void AppendString(const std::string&);
« no previous file with comments | « src/tracing/trace-event.cc ('k') | src/tracing/traced-value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698