You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a data source has a high latency, it stalls the entire sampling thread.
We need a separate thread, that queries the slow data source at maximum interval, where the original sampler can copy its data from.
Experimental comparison of measured data latencies
source name
platform
blocking time
rapl:cores
macOS-x86_64
40 µs
mcp:dev0ch1
linux-ppc64le
2690 µs
opal:power1
linux-ppc64le
198844 µs
The text was updated successfully, but these errors were encountered:
When a data source has a high latency, it stalls the entire sampling thread.
We need a separate thread, that queries the slow data source at maximum interval, where the original sampler can copy its data from.
Experimental comparison of measured data latencies
rapl:cores
mcp:dev0ch1
opal:power1
The text was updated successfully, but these errors were encountered: