Jason Harper

Results 25 issues of Jason Harper

### Windows Terminal version 1.15.2002.0 ### Windows build number 10.0.19044.1826 ### Other Software _No response_ ### Steps to reproduce 1. Configure Windows taskbar to auto-hide. 2. Start Windows Terminal. 3....

Issue-Bug
Needs-Triage
Needs-Tag-Fix
Area-Windowing

This is an experimental PR that allows running perf-collect as a regular, non-root, user. The caveat is that a 'root' user must pre-configure the system before running perf-collect. There are...

perfspect report --benchmark frequency uses avx-turbo to measure frequencies across all core counts. It is showing a static frequency across all core counts on Turin Zen 5 (Zen 5c seems...

bug

The 'flame' command currently produces two flame graphs, one for the entire system and another for any running Java processes. These can be merged.

enhancement

PerfSpect's flame command collects call stack data for a specified duration. Continuous profiling would provide snapshots of N duration repeated for M duration. e.g., perfspect flame --duration 30m --interval 2m...

enhancement

To enable more of the data collection features on ARM we need to build the data collection tools for ARM and include them in the internal/script/resources/arm64 directory.

enhancement

**Only if running behind Intel's firewall...** Send application usage telemetry to central database. - application version - command line options Goal is to understand versions and features in use.

enhancement

I noticed this tool already aggregates IRQ balance settings. Can it also collect the current coalesce settings? ```bash ethtool -c eth0 ``` should do it. I've found `tx-usec` and congestion...

enhancement

Current GPU details are sparce - manufacturer, model, and PCI ID. Additional details like logical name, configuration, clock, version, etc. are useful in some cases.

enhancement

It can be useful to collect the call stack data and then use a different tool to produce and analyze a flamegraph.

enhancement