Skip to content

[mono] Add a 'inline_method' profiler event. - #61454

Merged
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:profiler-inline
Nov 13, 2021
Merged

[mono] Add a 'inline_method' profiler event.#61454
vargaz merged 1 commit into
dotnet:mainfrom
vargaz:profiler-inline

Conversation

@vargaz

Copy link
Copy Markdown
Contributor

Emit it in the interpreter when a method is inlined or replaced with
an intrinsic. This is needed so the AOT profiler can track these
methods.

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area:
See info in area-owners.md if you want to be subscribed.

Issue Details

Emit it in the interpreter when a method is inlined or replaced with
an intrinsic. This is needed so the AOT profiler can track these
methods.

Author:vargaz
Assignees:-
Labels:

area-VM-meta-mono

Milestone:-

Comment threadsrc/mono/mono/mini/interp/transform.c Outdated
Emit it in the interpreter when a method is inlined or replaced with
an intrinsic. This is needed so the AOT profiler can track these
methods.
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vargaz@BrzVlad