Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2017-01-17 10:49:17 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2017-01-17 10:49:17 +0300
commit5766e2728f912df6ec65b38dbdbbffa9adb86c1b (patch)
treee040b60341e5d1e7b7468e60e5c2cff33c16c92a
parent32fd02bd57a9aa22999cb0c242c63c0f37809c48 (diff)
Some extra tips for users of the profiler.
-rw-r--r--docs/How_to_use_the_flame_graph_profiler.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/How_to_use_the_flame_graph_profiler.md b/docs/How_to_use_the_flame_graph_profiler.md
index 7ebdfa827a..b1cdaf358e 100644
--- a/docs/How_to_use_the_flame_graph_profiler.md
+++ b/docs/How_to_use_the_flame_graph_profiler.md
@@ -22,6 +22,8 @@ To open the profiler go to the Extensions menu and select "Start BFG" from the "
The time scale is at the top of the window. The blocks should be read as meaning the blocks at the bottom call the blocks which are stacked on top of them. Hover the mouse to get more detailed information about a block such as the name of the code involved and its duration. Use the zoom buttons or mouse wheel to zoom in. The display can be panned by dragging with the left mouse button.
+Note: The profiler front-end itself is quite "heavy" (ok, not optimised). It runs much better in Google Chrome or Chromium than Firefox. It is also a good idea to keep recording sessions short for the same reason.
+
What the Profiler Sees
----------------------