-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Examples: Implemented a statistics summary when
fps
is set (#109)
When `fps` is set on a run of an Example Test, skipping the first 10 fps samples, every 30 fps samples print out a statistics summary of those samples. Example: ``` --------------------------------- Average FPS: 27.25 Median FPS: 26 P01 FPS: 19 P05 FPS: 26 P25 FPS: 26 Std Dev FPS: 2.7798381247835278 Num samples: 100 --------------------------------- ```
- Loading branch information
Showing
2 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters