Returns a token representation of the measured time. @param p performance @return time
(final Performance p)
| 298 | * @return time |
| 299 | */ |
| 300 | static byte[] time(final Performance p) { |
| 301 | return DTDur.get(p.nanoRuntime() / 1000000).string(null); |
| 302 | } |
| 303 | } |
no test coverage detected