Replies: 6 comments
-
other users wanted the metric expressed in "time stamp counter" cycles (TSC). TSC is well established time measure. But I agree it also makes sense to add TIME(ms) metric. Is this what you want? |
Beta Was this translation helpful? Give feedback.
-
According to the wiki PCM Column Names Decoder Ring, As I set time interval as 1s, there should be 3G ticks during per interval where 1ticks ~ 0.33ns. So the value I expect on the domain |
Beta Was this translation helpful? Give feedback.
-
ok, I see @twillhal the documentation should mention the miliions multiplier. |
Beta Was this translation helpful? Give feedback.
-
So the value of TIME(ticks) should be multiplied by 1 million? Or the domain should be changed to TIME(1e6 ticks)? |
Beta Was this translation helpful? Give feedback.
-
My proposal would be to fix the documentation by mentioning the multiplier. |
Beta Was this translation helpful? Give feedback.
-
Should the value of |
Beta Was this translation helpful? Give feedback.
-
The command I run :
pcm 1 -nc -i=10 -csv=test.log
I set the interval to sample performance counters to 1s with command as shown above. What confused me is that the output in
test.log
shows that domain TIME(ticks) is 3000 ( Frequence of CPU is 3.0GHz).Timestamps at the first column shows that samples are obeying 1s interval behavior.
But the domain TIME(Ticks) shows 3000, which means that the time it takes is 3000 clockticks ( = 1us).
Why timestamps can't be consistent when the TIME domain?
Beta Was this translation helpful? Give feedback.
All reactions