| 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
|
|
|