Add an interface so that the profile can be dumped on demand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D91768
[MemProf] Add interface to dump profile ClosedPublic Authored by tejohnson on Nov 18 2020, 11:15 PM.
Details
Summary Add an interface so that the profile can be dumped on demand.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 18 2020, 11:18 PM Closed by commit rGa75b2e87e6cb: [MemProf] Add interface to dump profile (authored by tejohnson). · Explain WhyNov 19 2020, 10:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 306464 compiler-rt/include/sanitizer/memprof_interface.h
compiler-rt/lib/memprof/memprof_allocator.cpp
compiler-rt/lib/memprof/memprof_interface_internal.h
compiler-rt/test/memprof/TestCases/log_path_test.cpp
compiler-rt/test/memprof/TestCases/memprof_profile_dump.cpp
|