flexxxxer / TXT_FrameTimeHandler

frame time analyser tool
MIT License
22 stars 2 forks source link

Processing data from MSI afterburner log #1

Open Ledarium opened 5 years ago

Ledarium commented 5 years ago

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

flexxxxer commented 5 years ago

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

flexxxxer commented 5 years ago

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

Ledarium commented 5 years ago

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!