microsoft / microsoft/ProcDump-for-Linux
RFE: Have a switch that converts the hex values from allocation values and allocation counts to decimal.
Open
Nobody has claimed this yet.
feature request
- Dominant language
- C
- Stars
- 3.1k
- Forks
- 327
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Expected behavior
When generating a restrack leak report, the allocation values and counts should be shown in decimal values.
Actual behavior
When generating a restrack leak report, the allocation values and counts are shown in hexadecimal.
Steps to reproduce the behavior
N/A
System information (e.g., distro, kernel version, etc.)
N/A
Why this particular request?
Ease readability of data shown.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the restrack leak report generation and the existing command-line option handling. Trace where allocation values and counts are formatted, then define the switch behavior so the report can display those fields in decimal while preserving the current hexadecimal output when the switch is not used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100