Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and SYS files) typically used on Windows. It's intended to help with questions
* Why is this binary so big?
* What can be done to make it smaller?

<p align="center">
<img alt="Screenshot of SizeBench, showing wasted virtuals analysis" src="https://github.com/microsoft/SizeBench/blob/main/EndUserDocs/Images/WastefulVirtuals_Overview.png?raw=true" width="600" />
Copy link
Collaborator

@Austin-Lamb Austin-Lamb Jul 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! Could you format this as markdown instead of HTML?

GitHub markdown for images looks like this:

![Alt Text](/path/to/image.png)

I think?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the HTML version so I could limit the size. Otherwise the image was too big.

https://stackoverflow.com/questions/37534560/how-to-i-change-the-size-of-an-image-in-github-markdown

</p>

### If you're a user of the tool
You can get help by opening SizeBench and going to Help > Show Help. Or, in this repo the usage docs are in the [EndUserDocs](/EndUserDocs) folder.

Expand Down