Efficiency-of-Neural-Archit.../cpu_watt.sh

6 lines
67 B
Bash
Raw Normal View History

2023-06-01 08:20:51 +00:00
#!/bin/env bash
2022-04-16 12:20:44 +00:00
2023-06-01 08:20:51 +00:00
#powerstat -z 0.5 1000000 > $1
powerstat -D > $1
2022-04-16 12:20:44 +00:00