[compiler-rt] [llvm] [Memprof] Adds the option to collect AccessCountHistograms for memprof. (PR #94264)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 14:13:37 PDT 2024


================
@@ -68,6 +70,14 @@ void Print(const MemInfoBlock &M, const u64 id, bool print_terse) {
            "cpu: %u, num same dealloc_cpu: %u\n",
            M.NumMigratedCpu, M.NumLifetimeOverlaps, M.NumSameAllocCpu,
            M.NumSameDeallocCpu);
+    Printf("AcccessCountHistogram[%u]: ", M.AccessHistogramSize);
----------------
teresajohnson wrote:

s/Acccess/Access/

https://github.com/llvm/llvm-project/pull/94264


More information about the llvm-commits mailing list