[compiler-rt] [llvm] [ctxprof] root autodetection mechanism (PR #133147)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 1 21:58:55 PDT 2025


================
@@ -53,5 +54,35 @@ class PerThreadCallsiteTrie {
   /// thread, together with the number of samples that included them.
   DenseMap<uptr, uint64_t> determineRoots() const;
 };
+
+class RootAutoDetector final {
+  static const uint64_t SampleRate = 6113;
----------------
snehasish wrote:

Add a comment about the significance of this number? Do you expect it to change per workload?

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


More information about the llvm-commits mailing list