• Stars
    star
    148
  • Rank 248,867 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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