This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
Roslyn Clr Heap Allocation Analyzer | ||
=================================== | ||
|
||
Quick Video: https://www.youtube.com/watch?v=Tw-wgT-cXYU | ||
|
||
Download: **https://github.com/mjsabby/RoslynClrHeapAllocationAnalyzer/releases/tag/1.0** | ||
|
||
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc. | ||
|
||
You can find also it on the Visual Studio Gallery, https://visualstudiogallery.msdn.microsoft.com/f9b47b93-8675-4ae0-9c52-5da8027c4bb8 | ||
|
||
If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/1.0.0.3 | ||
If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/1.0.0.4 | ||
|
||
**NOTE: Requires [Visual Studio 14 CTP 4](http://www.visualstudio.com/en-us/downloads/visual-studio-14-ctp-vs.aspx)** | ||
|
||
![example](https://cloud.githubusercontent.com/assets/1930559/4606581/2a027d08-5225-11e4-8d4e-686c204a1267.png) | ||
|
||
10/12/2014: I'm making a YouTube video that'll show it in action soon. | ||
https://www.youtube.com/watch?v=Tw-wgT-cXYU&feature=youtu.be&hd=1 |