Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.91k stars 302 forks source link

RFE: Have a switch that converts the hex values from allocation values and allocation counts to decimal. #247

Open HugoDurana opened 2 months ago

HugoDurana commented 2 months ago

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.

HugoDurana commented 2 months ago

@MarioHewardt As requested, here's the issue :)