Skip to content

Commit b5d0911

Browse files
committed
Add docs building cmd, fix some docs errors
1 parent ccf549d commit b5d0911

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/build.cmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pip install mkdocs
2+
pip install mkdocs-material
3+
mkdocs build

docs/docs/flame-graph-panel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ By default, the nodes are color-coded based on the module names to which the fun
3838

3939
##### Navigating the flame graph
4040

41-
A *double-click* on a node expands it to cover the entire view and may expand the collapsed nodes. For example, the called nodes become visible after *double-clicking* the node hovered in the screenshot above.
41+
*Middle-click* on a node expands it to cover the entire view and may expand collapsed child nodes. For example, the called nodes become visible after expanding the node hovered in the screenshot above. Alternatively, with a node already selected press the *Space* key to expand it.
4242

4343
[![Profiling UI screenshot](img/flame-graph-expand_944x428.png)](img/flame-graph-expand_944x428.png){:target="_blank"}
4444

@@ -90,7 +90,7 @@ Use the *search input box* in the toolbar to search for functions with a specifi
9090
| Middle-click | Expands (zooms-in) the pointed node to cover the view's width, adjusting child node widths accordingly. |
9191
| Back | If the mouse has a *Back* button, this undoes the previous action, such as expanding a node (double-click) or changing the root node. An alternative is pressing the *Backspace* key or the *Back* button in the toolbar.|
9292
| Double-click | Opens the *Assembly* view of the selected function in the active tab. |
93-
| Ctrl+Double-click | Opens the *Assembly* view of the selected function in the active tab, |
93+
| Ctrl+Double-click | Opens the *Assembly* view of the selected function in a new tab. |
9494
| Shift+Double-click | Opens the *Assembly* view of the selected function in the active tab, with profile data filtered to include only the selected instance. |
9595
| Ctrl+Shift+Double-click | Opens the *Assembly* view of the selected function in a new tab, with profile data filtered to include only the selected instance. |
9696
| Alt+Double-click | Sets the selected node as the root node of the flame graph. |

0 commit comments

Comments
 (0)