mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Feature/statistics (#810)
* Add statistics options for dashboarditemframerate
This commit is contained in:
committed by
Alexander Bock
parent
2f1131dac3
commit
55979fa2c8
@@ -44,6 +44,12 @@ struct WindowDelegate {
|
||||
|
||||
double (*averageDeltaTime)() = []() { return 0.0; };
|
||||
|
||||
double (*minDeltaTime)() = []() { return 0.0; };
|
||||
|
||||
double (*maxDeltaTime)() = []() { return 0.0; };
|
||||
|
||||
double (*deltaTimeStandardDeviation)() = []() { return 0.0; };
|
||||
|
||||
double (*deltaTime)() = []() { return 0.0; };
|
||||
|
||||
double (*applicationTime)() = []() { return 0.0; };
|
||||
|
||||
Reference in New Issue
Block a user