[runtime] Coverage profiler improvements. (#19213)
commit786fdf6a380b58d8e9165ecad93f2c52606d235c
authorZoltan Varga <vargaz@gmail.com>
Fri, 13 Mar 2020 22:01:00 +0000 (13 18:01 -0400)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2020 22:01:00 +0000 (13 18:01 -0400)
tree41f3fdaa1fb806f6d7603ac74c2ee57adccf0995
parented2df9c816b49390f8b3907d99dc09c4292b605c
[runtime] Coverage profiler improvements. (#19213)

* [interp] Add support for the coverage profiler.

* [runtime] Add 'write-at-method' and 'send-to-method' options to the coverage profiler, they work similarly to options in the AOT profiler.

* Fix c++-isms.
mono/mini/interp/interp.c
mono/mini/interp/mintops.def
mono/mini/interp/transform.c
mono/mini/interp/transform.h
mono/profiler/coverage.c