[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:56 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 {
----------------
snehasish wrote:

nit: Just RootDetector since there aren't any other types of detectors?

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


More information about the llvm-commits mailing list