We need a higher precision for *CPU-TIME so that we can determine the CPU time consumed by individual RPC requests in a batch RPC server. The vast majority of our transactions are faster than 10ms.
We currently do this using an assembler program, which we would like to replace by Natural code.
This would significantly reduce the number of TCB switches, with 50 million+ transactions per day (2 switches each could be eliminated).