This may be a bit of an odd one but hopefully shouldn't be too hard for somebody with a little more knowledge than me. I'm currently using a tool called Joulemeter on my laptop. This program measures the power usage of my machine and saves the data as a CSV text file.
Here's an example of the outputted readings:
TimeStamp (ms), Total Power (W), CPU (W), Monitor (W), Disk (W), Base (W), Application (W)
63465092415703,16.1,0.1,7.3,0.0,8.7,--
63465092416716,16.2,0.3,7.3,0.0,8.7,--
63465092417730,17.2,1.3,7.3,0.0,8.7,--
63465092418744,16.2,0.3,7.3,0.0,8.7,--
63465092419774,16.1,0.1,7.3,0.0,8.7,--
63465092420786,17.1,1.1,7.3,0.0,8.7,--
So I'm mainly interested in the total power usage over a certain time, for example taking a reading over 8 hours and calculating the total power usage. If anyone can point me in the right direction with they I'd be very grateful. I was hoping to use Excel to display this information and finding a equation to display the timestamp is a formatted time and date is causing me particular trouble.
Thanks for readin ^_^