Skip to content

Commit 7fbc21d

Browse files
committed
updated the profiling workshop
1 parent c5a4ad5 commit 7fbc21d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

content/en/scenarios/debug_problems/3-enable-profiling.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ Let's open the AlwaysOn Profiler to review the CPU stack trace in more detail.
8080

8181
![Flamegraph and table](../images/flamegraph_and_table.png)
8282

83-
By default, the AlwaysOn Profiler shows both the table and [flamegraph](https://www.brendangregg.com/flamegraphs.html). Take some time to explore this view by doing some of the following:
83+
The AlwaysOn Profiler includes both a table and a [flamegraph](https://www.brendangregg.com/flamegraphs.html). Take some time to explore this view by doing some of the following:
8484

85-
* toggle between flamegraph and table views
8685
* click a table item and notice the change in flamegraph
8786
* navigate the flamegraph by clicking on a stack frame to zoom in, and a parent frame to zoom out
8887
* add a search term like `splunk` or `jetty` to highlight some matching stack frames

content/en/scenarios/debug_problems/5-fix-ingame-slowness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ weight: 5
88

99
Now that our game startup slowness has been resolved, let's play several rounds of the Door Game and ensure the rest of the game performs quickly.
1010

11-
As you play the game, do you notice any slowness? Let's look at the data in **Splunk Observability** Cloud to put some numbers on what we're seeing.
11+
As you play the game, do you notice any other slowness? Let's look at the data in **Splunk Observability** Cloud to put some numbers on what we're seeing.
1212

1313
### Review Game Performance in Splunk Observability Cloud
1414

0 commit comments

Comments
 (0)