GithubHelp home page GithubHelp logo

ftparser's Introduction

Ftparser

Tool for extracting and creating frame time statistics from logs of frametime recording programs

Getting Started

Prerequisites

To work correctly, you need the installed relevant Python language environment version. Relevant versions Python environments and installation files (official site): link.

Installing

For installation you just need to download the ftparser.py file (which is located in the root directory of the repository) and do not forget the location of the downloaded file ๐Ÿ˜€

Usage

Learn how to execute python

Depending on the operating systems (windows, macos, linux) and the environment, starting Python may be slightly different. Our goal is to find out which command launches (and whether it launches) the current version of python on your device. All the following commands must be executed in the console / terminal

First case: python --version. If the result (which was printed in the console / terminal) is equal to Python N (where N - relevant Python language version), then all usage instructions below are valid for your device. You should not follow subsequent cases.

Second case: pythonM --version, where M - first digit of relevant Python language version (e.g. you installed the Python version number 3.8.2 - you must substitute 3 for M). If the result (which was printed in the console / terminal) is equal to Python N (where N - relevant Python language version), then you should use the pythonM entry instead of python in the usage instructions.

Script execution

In order to run the ftparser.py script, you need to write the following to console/terminal:

$> python fthndlr.py [args], where [args] - script arguments

What arguments can be passed? Show help info and supported arguments list:

$> python fthndlr.py --help or python fthndlr.py -h

FAQ

How can I process the FrameView logs?

$> python fthndlr.py -f frameviewlog.csv -p frameview, where frameviewlog.csv - FrameView log file.

How can I process the Fraps logs?

$> python fthndlr.py -f frapslog.csv -p fraps, where frapslog.csv - Fraps log file.

How can I write the processing results to a file? You should append -o filename after the main part with -f [file] -p [program], e.g. for FrameView:

$> python fthndlr.py -f fvlog.csv -p frameview -o results.txt

Roadmap

Feature Summary Linked issues Status
frameview support parer support for frameview log files โœ”๏ธ
fraps support parer support for frameview log files โœ”๏ธ
rtsstimerender parer support for rtsstimerender log files โœ”๏ธ
any linux tool support parer support for any linux frametime tool ๐Ÿ•˜
any macos tool support parer support for any macos frametime tool ๐Ÿ•˜

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

ftparser's People

Contributors

flexxxxer avatar localcc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.