-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Description
Is there mcount support in rustc??
Many profiling tools such as gprof and uftrace require mcount function. An user can use -pg option to add a mcount function call at the entry of each function in gcc or clang compiler.
Is there similar way to get same effect of using -pg option?
If there is no way to add the mcount function call, I want to suggest adding mcount support for utilizing existing profiling tools.
Metadata
Metadata
Assignees
Labels
No labels