Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 559 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 559 Bytes

OFA

Open Frametime Analytics

Written in python3

run "pip3 install -r requirements.txt" to install dependencies.

Intended for graphing and analysing frametime data. Current just graphs.

Features singular benchmarks and batch processing.

Intended features:

Name Singular batch
Median y y
95,99,99.9 % quartiles y y
Standard Deviation y y
Geometric Means y y
Smoothed Data y y
Outlier Cleaning (IQR) y y
Number of Frames below X y y
ANOVA n y
Frame Distribution Graph n y
Students T Test n y
5% block analysis y y