Inliner: gather summary stats and dump to Jit CSV log
authorAndy Ayers <andya@microsoft.com>
Wed, 3 Aug 2016 22:37:32 +0000 (15:37 -0700)
committerAndy Ayers <andya@microsoft.com>
Thu, 4 Aug 2016 18:59:28 +0000 (11:59 -0700)
commit3fc97a184fae738d94a51a7b24f2b59766d2e247
tree9d812a5f4d796ac99cee3a49956f9b75727decb3
parentd8ded5f660f206771d918e96879fc620c2dff977
Inliner: gather summary stats and dump to Jit CSV log

Collect per-method summary stats about inlining: number of calls,
number of candidates, etc.

Commit migrated from https://github.com/dotnet/coreclr/commit/da5693edb3223adb36aa4088ba7113d7cd065c22
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/flowgraph.cpp
src/coreclr/src/jit/importer.cpp
src/coreclr/src/jit/inline.cpp
src/coreclr/src/jit/inline.h
src/coreclr/src/jit/morph.cpp