In some tests, we check that cpuNanos is present in the profiler output. It is sometimes possible for the observed cpuNanos to be non-positive, which can result in certain tests to fail.
We should just always report cpuNanos (on Linux), even if the value is zero.