Skip to content

Commit 8e35e50

Browse files
Rename intro file. Streamlining language.
1 parent 327ff10 commit 8e35e50

File tree

3 files changed

+41
-27
lines changed

3 files changed

+41
-27
lines changed

content/learning-paths/mobile-graphics-and-gaming/godot_packages/arm_mobile_studio_integrations.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

content/learning-paths/mobile-graphics-and-gaming/godot_packages/install-extension.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ weight: 4
44
layout: learningpathall
55
---
66

7-
## Install the Arm Performance Studio Integration extension
7+
## Install the Arm Performance Studio extension in Godot
8+
9+
To profile performance in your Godot game, first install the Arm Performance Studio extension using the Godot Asset Library.
10+
11+
Start by opening your project in Godot, then select **AssetLib** from the top menu to browse available extensions.
12+
813

9-
1. In Godot, click **AssetLib** to see the available extensions.
1014
2. Find the **Arm Performance Studio Integration** extension, then double-click to open the extension.
1115
3. The extension opens in a dialog box. Click **Download**.
1216

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Profile your Godot game with Arm Performance Studio
3+
weight: 3
4+
5+
### FIXED, DO NOT MODIFY
6+
layout: learningpathall
7+
---
8+
9+
## Overview
10+
11+
In this Learning Path, you'll learn how to annotate and analyze performance in your Godot game using the Arm Performance Studio extension. You’ll add markers, counters, and timelines to capture game events and visualize them in Streamline and Performance Advisor. These tools help you identify CPU and GPU bottlenecks and optimize performance on Arm-based Android devices.
12+
13+
{{% notice Note %}}
14+
This extension is compatible with **Godot 4.3 and later**.
15+
{{% /notice %}}
16+
17+
## What is Arm Performance Studio?
18+
19+
[Arm Performance Studio](https://developer.arm.com/Tools%20and%20Software/Arm%20Performance%20Studio) is a free suite of analysis tools to profile game performance on mobile devices with Arm CPUs and GPUs. It includes:
20+
21+
- [Streamline](https://developer.arm.com/Tools%20and%20Software/Streamline%20Performance%20Analyzer): a performance analyzer that collects CPU and GPU metrics.
22+
23+
- [Performance Advisor](https://developer.arm.com/Tools%20and%20Software/Performance%20Advisor): a report generator that offers optimization suggestions.
24+
25+
Arm provides a Godot extension from [Godot games](https://godotengine.org/) that integrates with these tools, making it easier to capture performance data directly from your game.
26+
27+
## Add annotations to your Godot project
28+
29+
The Arm Performance Studio extension lets you add custom annotations to your Godot project. These annotations include timeline markers and counters that describe what's happening during gameplay,such as loading a level or spawning enemies.
30+
31+
When you record a capture in Streamline, these annotations appear in the timeline alongside CPU and GPU metrics. This context makes it easier to correlate performance issues with in-game events.
32+
33+
For example, here’s a capture showing a marker for when a wave of enemies spawns:
34+
35+
![Marker annotations in Streamline#center](sl_annotation.png "Marker annotations in Streamline")

0 commit comments

Comments
 (0)