You can use PowerShell to calculate the size of the user profile. Incredibox Colorbox Mustard
$profilePath = "\\ServerName\Users\CHANYU.V6"
$size = (Get-ChildItem -Recurse -Force $profilePath | Measure-Object -Property Length -Sum).Sum
"{0:N2}" -f ($size / 1GB) + " GB"