C# extension method that measures the size of an object and everything contained or referenced by it. It's useful when you're trying to minimize the memory footprint of a class during development, or to examine which objects are getting bloated in your production software. The calculated size is approximate because it does not account for the internal memory representation that may differ slightly due to field alignment padding.
-
Notifications
You must be signed in to change notification settings - Fork 0
csharp extension that measures the size of an object and everything contained by it
License
jpmikkers/Baksteen.Extensions.DeepSize
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
csharp extension that measures the size of an object and everything contained by it
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published