Optimize Windows applications using Arm Performance Libraries
Introduction
Before you begin
Create and Run a Windows on Arm application
Git setup
Build and Profile an Application with Spin the Cube and Visual Studio
Use Arm Performance Libraries to Optimize Performance
Next Steps
Optimize Windows applications using Arm Performance Libraries
Install Git for Windows on Arm
This section uses an example application from GitHub to demonstrate the use of Arm Performance Libraries.
If you don’t already have Git installed, start by installing it using the Git for Windows on Arm install guide.
Clone the Example from GitHub
The example application renders a rotating 3D cube to perform the calculations using different programming options.
First, navigate to an empty directory, and clone the repository containing the example from GitHub:
git clone https://github.com/arm/SpinTheCubeInGDI.git
The repository containing the example is forked from the original GitHub repository for Spin the Cube with some modifications for demonstration purposes.