Skip to content
Commit b72f3ffc authored by Valentin Schneider's avatar Valentin Schneider
Browse files

lisa.analysis.idle: Make the CPU idle signal boolean

It really just is a boolean signal (on or off), and let's just say not
doing this is quite wasteful:

```
143.850158    0
143.850233    1
143.850378    0
143.854415    1
143.854635    0
dtype: int64
```

```
143.850158     True
143.850233     True
143.850378    False
143.854340    False
143.854415     True
dtype: bool
```
parent fdf6a3c7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment