Using Profiler Snippet
Whenever you need to profile a specific block of code, you should surround it with a "using profiler" statement.
Here is a code-snippet to help you quickly surround any block of code with ease...
This file can be placed at your code snippets folder, for example at: ..\Documents\Visual Studio 2017\Code Snippets\Visual C#\My Code Snippets
The shortcut for surround with is Ctrl+K, S. Another shortcut is typing prof and double TAB for an empty "using profiler" block.
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com