arm-developer-tools / windowsperf-vs-extension

WindowsPerf GUI is a Visual Studio extension that aims to provide a GUI for WindowsPerf
https://marketplace.visualstudio.com/items?itemName=Arm.WindowsPerfGUI
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

feat: disassembly syntax highlighting #30

Closed Alaaeddine-chakroun closed 1 week ago

Alaaeddine-chakroun commented 1 week ago

Introduction

Add a new disassembly syntax highlighting feature fully user customizable. Users can customize colors used in the syntax highlighting as well as opting out from it in the Tools > Options > WindowsPerf > Sampling Manager option menu.

In this patch:

feat: disassembly syntax highlighting

Testing

https://github.com/user-attachments/assets/1fd70199-4fb7-4b30-bedf-4a16f2577770

closes #27