adavidoaiei / InliningAnalyzer

Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InliningAnalyzer

Inlining Analyzer is a Visual Studio Extension that highlights all method calls in the source code depending on if they will be inlined (green) or not (red) and displays the reason for a failed inline as given by the JIT Compiler.

You can download it from the VS Marketplace

About

Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.

License:MIT License


Languages

Language:C# 100.0%