intel / intel/pcm

PCM sensor server: configurable collection time

Open
#693 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.