[compiler-rt] [scudo] Add utilization percentages for stats. (PR #75101)

via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 14:30:52 PST 2023


================
@@ -112,6 +112,21 @@ template <typename T> inline void shuffle(T *A, u32 N, u32 *RandState) {
   *RandState = State;
 }
 
+inline void computePercentage(uptr Numerator, uptr Denominator, uptr *Integral,
----------------
ChiaHungDuan wrote:

Yeah, I agree with this

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


More information about the llvm-commits mailing list