PCM sensor server: configurable collection time
Open
enhancement
help wanted
- Dominant language
- C++
- Stars
- 3.3k
- Forks
- 528
- Avg merge
- 1h 40m
- Merged PRs (30d)
- 2
Description
Would love the ability to configure the timer resolution for the PCM sensor server, so I can get more precise measurements. Currently it refreshes every second, according to [this line](https://github.com/intel/pcm/blob/master/src/pcm-sensor-server.cpp#L2777):
```cpp
now = now + std::chrono::seconds(1);
std::this_thread::sleep_until( now );
```
Contributor guide
Assessment
This issue has not been assessed yet.