Hello George,

On 11.09.18 13:15, George Dunlap wrote:
          if mhz:
-            tsc = tsc / (mhz*1000000.0)
+            tsc = tsc * 1000.0 / mhz
Why do you prefer this?
I'm playing with scheduling from one hand, so time stamps in seconds does not give understanding about what's going on. From other hand I'm quite confused about how useful timestamps in seconds could be for traces. As per my understanding, tracer should be useful for debugging some rapidly changing processes.

--

*Andrii Anisov*



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to