Display the color bars after asynchronous operations
parent
4fa8a3cac1
commit
3ded2f683d
|
@ -264,9 +264,9 @@ print_info () {
|
||||||
info "GPU" gpu &
|
info "GPU" gpu &
|
||||||
info "Memory" memory &
|
info "Memory" memory &
|
||||||
|
|
||||||
info cols
|
|
||||||
|
|
||||||
# Wait for the functions to complete
|
# Wait for the functions to complete
|
||||||
wait
|
wait
|
||||||
|
|
||||||
|
info cols
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue