Re: [PATCH] Add GPU_POWER sensors (v2)

2017-02-11 Thread Tom St Denis
On 02/11/2017 08:29 AM, Kai Wasserbäch wrote: Hey Tom, Tom St Denis wrote on 11.02.2017 12:26: Add the ability to sample GPU_POWER sensors. Because the sensors have a high latency we read them from a background thread which means we've added the requirement for pthreads. Signed-off-by: Tom St

Re: [PATCH] Add GPU_POWER sensors (v2)

2017-02-11 Thread Kai Wasserbäch
Hey Tom, Tom St Denis wrote on 11.02.2017 12:26: > Add the ability to sample GPU_POWER sensors. Because > the sensors have a high latency we read them from a background > thread which means we've added the requirement for pthreads. > > Signed-off-by: Tom St Denis > > (v2)

Re: [PATCH] Add GPU_POWER sensors

2017-02-11 Thread Tom St Denis
On 11/02/17 05:56 AM, Kai Wasserbäch wrote: Hey Tom, Tom St Denis wrote on 11.02.2017 02:02: On 02/10/2017 07:25 PM, Edward O'Callaghan wrote: Hey Tom, On 02/11/2017 05:10 AM, Tom St Denis wrote: Add the ability to sample GPU_POWER sensors. Because the sensors have a high latency we read

[PATCH] Add GPU_POWER sensors (v2)

2017-02-11 Thread Tom St Denis
Add the ability to sample GPU_POWER sensors. Because the sensors have a high latency we read them from a background thread which means we've added the requirement for pthreads. Signed-off-by: Tom St Denis (v2) Cleaned up CMake around pthreads --- CMakeLists.txt |

Re: [PATCH] Add GPU_POWER sensors

2017-02-11 Thread Kai Wasserbäch
Hey Tom, Tom St Denis wrote on 11.02.2017 02:02: > On 02/10/2017 07:25 PM, Edward O'Callaghan wrote: >> Hey Tom, >> >> On 02/11/2017 05:10 AM, Tom St Denis wrote: >>> Add the ability to sample GPU_POWER sensors. Because >>> the sensors have a high latency we read them from a background >>> thread

Re: [PATCH] Add GPU_POWER sensors

2017-02-10 Thread Tom St Denis
On 02/10/2017 07:25 PM, Edward O'Callaghan wrote: Hey Tom, On 02/11/2017 05:10 AM, Tom St Denis wrote: Add the ability to sample GPU_POWER sensors. Because the sensors have a high latency we read them from a background thread which means we've added the requirement for pthreads.

Re: [PATCH] Add GPU_POWER sensors

2017-02-10 Thread Edward O'Callaghan
Hey Tom, On 02/11/2017 05:10 AM, Tom St Denis wrote: > Add the ability to sample GPU_POWER sensors. Because > the sensors have a high latency we read them from a background > thread which means we've added the requirement for pthreads. > > Signed-off-by: Tom St Denis > ---

[PATCH] Add GPU_POWER sensors

2017-02-10 Thread Tom St Denis
Add the ability to sample GPU_POWER sensors. Because the sensors have a high latency we read them from a background thread which means we've added the requirement for pthreads. Signed-off-by: Tom St Denis --- CMakeLists.txt | 5 ++- README | 6