Mercurial > code > home > repos > homeauto
changeset 1502:711e463cb8b4
use PmfStat for timing
Ignore-this: 33fecccb8797c9a248ce8f4135f31109
darcs-hash:c89d1e98babff1f07c95e61536dc559cb74f6e07
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 02 Feb 2020 14:44:24 -0800 |
parents | a5edcb68a26e |
children | 040e5c578fc1 |
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'), )