Mercurial > code > home > repos > homeauto
changeset 701:9d5b1a3aee5c
use PmfStat for timing
Ignore-this: 33fecccb8797c9a248ce8f4135f31109
author | drewp@bigasterisk.com |
---|---|
date | Sun, 02 Feb 2020 14:44:24 -0800 |
parents | cbc7321b2793 |
children | ea7239edfeb1 |
files | lib/export_to_influxdb/export_to_influxdb.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/export_to_influxdb/export_to_influxdb.py Sun Feb 02 14:42:34 2020 -0800 +++ b/lib/export_to_influxdb/export_to_influxdb.py Sun Feb 02 14:44:24 2020 -0800 @@ -9,7 +9,7 @@ stats = scales.collection( '/export_to_influxdb', - scales.RecentFpsStat('exportToInflux'), + scales.PmfStat('exportToInflux'), )