Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Create command line option on wperf to use the PID instead of the image name #42

Open
PrzemekWirkus opened this issue Oct 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@PrzemekWirkus
Copy link
Collaborator

Cloned from: https://linaro.atlassian.net/browse/WPERF-550

Right now the sample command requires the user to input the image name to track down a process. Users have requested that we use the PID instead.

In order to get this implemented we need to change FindProcess on process_api.cpp to support using the PID. This should be fairly simple as the OpenProcess (OpenProcess function (processthreadsapi.h) - Win32 apps | Microsoft Learn) function actually requires the PID and most of the FindProcess function is to actually find out what is the PID.

@PrzemekWirkus PrzemekWirkus added the enhancement New feature or request label Oct 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant