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 |