[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:34 PDT 2024


================
@@ -34,6 +34,8 @@
 #include <sched.h>
 #include <time.h>
 
+#define MAX_HISTOGRAM_PRINT_SIZE 32U
----------------
teresajohnson wrote:

Would it be better to limit the size of the histogram, rather than the amount printed?

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


More information about the llvm-commits mailing list