[aotprof-tool] Initial import of AOT profiler tool (#15384)
commit1f2b37ed37ec0f28129a6041e977f465188dff5a
authorRadek Doulik <radekdoulik@users.noreply.github.com>
Wed, 7 Aug 2019 16:24:51 +0000 (7 09:24 -0700)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 7 Aug 2019 16:24:51 +0000 (7 18:24 +0200)
treecdd882755790643bcc1c2207697b8902c7684e4a
parentdcd57151613af34b213e0bd49de70e402d19cc47
[aotprof-tool] Initial import of AOT profiler tool (#15384)

* [aotprof-tool] Initial import

Imported https://github.com/radekdoulik/aotprofile-tool and updated it
to use Mono.Profiler.Log

* [aotprof-tool] Added man page

* [aotprof-tool] Use the shortened name in README.md
bcl.sln
man/aprofutil.1 [new file with mode: 0644]
mcs/class/Mono.Profiler.Log/Mono.Profiler.Aot/Records.cs
mcs/tools/Makefile
mcs/tools/aprofutil/Makefile [new file with mode: 0644]
mcs/tools/aprofutil/Program.cs [new file with mode: 0644]
mcs/tools/aprofutil/README.md [new file with mode: 0644]
mcs/tools/aprofutil/aprofutil.csproj [new file with mode: 0644]
mcs/tools/aprofutil/aprofutil.exe.sources [new file with mode: 0644]