master
return
return (picoseconds / 1e3).toFixed(fractionDigits) + 'ns'
return picoseconds.toFixed(fractionDigits) + 'ps'