sosy-lab / cpu-energy-meter

A tool for measuring energy consumption of Intel CPUs
BSD 3-Clause "New" or "Revised" License
321 stars 29 forks source link

Allow Running as a Tool Wrapper #5

Closed PhilippWendler closed 4 years ago

PhilippWendler commented 7 years ago

This tool could optionally get a command line as parameter, and in this case it should execute the command line, wait for termination of the process, and then print the measurement results (just like the tool time does). This would make it useful for human users and not only benchmarking frameworks.

PhilippWendler commented 7 years ago

To avoid privilege escalation, #11 needs to be done first.

PhilippWendler commented 4 years ago

Because of the security implications, we are unlikely do implement this.