[all-commits] [llvm/llvm-project] a75b2e: [MemProf] Add interface to dump profile
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Nov 19 10:22:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a75b2e87e6cbfabdfdd0d72c6962acf9d7756dd7
https://github.com/llvm/llvm-project/commit/a75b2e87e6cbfabdfdd0d72c6962acf9d7756dd7
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M compiler-rt/include/sanitizer/memprof_interface.h
M compiler-rt/lib/memprof/memprof_allocator.cpp
M compiler-rt/lib/memprof/memprof_interface_internal.h
M compiler-rt/test/memprof/TestCases/log_path_test.cpp
A compiler-rt/test/memprof/TestCases/memprof_profile_dump.cpp
Log Message:
-----------
[MemProf] Add interface to dump profile
Add an interface so that the profile can be dumped on demand.
Differential Revision: https://reviews.llvm.org/D91768
More information about the All-commits
mailing list