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

Unified Diff: tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md

Issue 2909993004: Fix markdown typo in cpu_time tree doc (Closed)
Patch Set: Created 3 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md
diff --git a/tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md b/tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md
index 17562f0f7403c079fa57d6718a65887081015d9c..dcc646c3f9a7a628934e73b4251aae38a885e52e 100644
--- a/tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md
+++ b/tracing/tracing/extras/chrome/cpu_time_multidimensional_view.md
@@ -18,8 +18,10 @@ When talking about multidimensional tree views, a useful abstration is "path",
which uniquely determines a node in the tree: A path is a 3 element array, and
each of these three elements is a possibly empty array of strings. Here is an
example path:
+```
[ ['browser_process'], ['CrBrowserMain'], ['Animation', 'CSS'] ]
Dimension 1 Dimension 2 Dimension 3
+```
We can arrive at the node denoted by this path in many different ways starting
from the root node, so this path is not to be confused with the graph theoretic
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698