Let ST(k) denote the set of distinct substrings of length k in a string T, then the k-th substring complexity is defined by its cardinality ∣ST(k)∣. Recently, δ=max{∣ST(k)∣/k:k≥1} is shown to be a good compressibility measure of highly-repetitive strings. In this paper, given T of length n in the run-length compressed form of size r, we show that δ can be computed in Csort(r,n) time and O(r) space, where Csort(r,n)=O(min(rlglgr,rlgrn)) is the time complexity for sorting rO(lgn)-bit integers in O(r) space in the Word-RAM model with word size Ω(lgn).