nachstedt / vscode-stack-usage

Visual Studio Code plugin to display maximum stack usage of c++ functions
GNU General Public License v3.0
3 stars 0 forks source link

Display stack size in appropriate unit #2

Open nachstedt opened 2 years ago

nachstedt commented 2 years ago

Currently, information is always displayed in bytes. It would be more human readable to switch to kB or MB when these dimensions are reached.