TXT_FrameTimeHandler icon indicating copy to clipboard operation
TXT_FrameTimeHandler copied to clipboard

Processing data from MSI afterburner log

Open Ledarium opened this issue 5 years ago • 3 comments

MSI Afterburner is capable of writing frametime logs. It saves log in .hml file formatted somehow similar to CSV. Frametime goes as last column in the file. It should be relatively easily to implement processing frametimes from that log format.

LogExample.hml.txt

Ledarium avatar Aug 29 '19 08:08 Ledarium

I have a question: column have a "Frametime" name?

flexxxxer avatar Aug 29 '19 14:08 flexxxxer

Unfortunately, the MSI afterburner does not save the frametime of each frame according to the creator of the MSI afterburner. The only way to get the correct time data for each frame is to implement a functional dependency through sdk rtss. I also do not see the point in supporting the MSI afterburner due to the correctness and ease of accessibility of data from FrameView Waiting for your reply

flexxxxer avatar Aug 29 '19 16:08 flexxxxer

Understood. In my opinion the point of supporting Afterburner is simply to make app more accessible to anyone wanting to try advanced data processing with app without having to switch to FrameView or Fraps. Thank you for your clarification!

Ledarium avatar Aug 29 '19 22:08 Ledarium