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

Unified Diff: base/debug/trace_event.h

Issue 11366109: Adding raw tracing to trace framework. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typo. Created 7 years, 10 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 | « no previous file | base/debug/trace_event_impl.h » ('j') | base/debug/trace_event_impl.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event.h
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index d17328214e494283d1c6bf38d9d3393ed432faa6..b0b0d3a1324843304405586137a651e603bd334a 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -36,6 +36,8 @@
// const unsigned char* category_enabled,
// const char* name,
// unsigned long long id,
+// int thread_id,
+// int64 timestamp,
jar (doing other things) 2013/02/14 02:17:54 nit: This arg list as waaaay long, and it is sadde
dsinclair 2013/02/14 15:38:47 Done.
// int num_args,
// const char** arg_names,
// const unsigned char* arg_types,
« no previous file with comments | « no previous file | base/debug/trace_event_impl.h » ('j') | base/debug/trace_event_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698