CPU time higher than wall-clock time?
RaymondKurzweil
Posts: 8
My understanding is that the CPU time can never be higher than the wall-clock time on a single core computer in the source view. However, while profiling my application this does seem to be the case. Can somebody explain to me what I am missing here?
Comments
a couple of quick questions:
- which metric are you viewing your results in?
- does this appear to happen in other timing modes (method level, line level)
Stephen
The metric is milliseconds and I only have one option for the timing mode: line-level and method-level (only methods with source).
Raymond