Hi,
I'm trying to run pTop on ubuntu.
It compiles cleanly but when I run it there is no data being added to the energy tables (device_energy and process_energy).
Then I went and searched in the source code for the function that insert data into these tables (insert_device_energy and insert_process_energy in database.c) but found that these functions aren't called anywhere.
Am I missing something? Or is this data just not being stored in the database?
By the way, when running pTop I don't see any energy values being displayed on the screen either.
Cheers