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

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

Issue 2503183002: [Tracing] Implement IC statistics in tracing. (Closed)
Patch Set: Address cbruni's comments Created 4 years 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: src/tracing/traced-value.h
diff --git a/src/tracing/traced-value.h b/src/tracing/traced-value.h
index b5c265cd48831b023abe15ca6f1bfe89b90667f2..8425fad6881e8441a2ed864866ee5177d585e249 100644
--- a/src/tracing/traced-value.h
+++ b/src/tracing/traced-value.h
@@ -27,6 +27,7 @@ class TracedValue : public ConvertableToTraceFormat {
// These methods assume that |name| is a long lived "quoted" string.
void SetInteger(const char* name, int value);
+ void SetLongInteger(const char* name, int64_t value);
void SetDouble(const char* name, double value);
void SetBoolean(const char* name, bool value);
void SetString(const char* name, const std::string& value);
« src/code-stubs.cc ('K') | « src/ic/ic-stats.cc ('k') | src/tracing/traced-value.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698