|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Definitions for streaming statistic tracking. More...
#include "stat_trackers.h"Functions | |
| boost::format | stat_trackers::one_digit_after_decimal () |
| Create a Boost formatter with one fractional digit. | |
| boost::format | stat_trackers::two_digits_after_decimal () |
| Create a Boost formatter with two fractional digits. | |
Definitions for streaming statistic tracking.
| boost::format stat_trackers::one_digit_after_decimal | ( | ) |
Create a Boost formatter with one fractional digit.
Create a formatter for values with one digit after the decimal point.
| boost::format stat_trackers::two_digits_after_decimal | ( | ) |
Create a Boost formatter with two fractional digits.
Create a formatter for values with two digits after the decimal point.