From 20898923e0ab33f0ee149610e1f47ce2772dfc8f Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Sun, 1 May 2022 23:24:10 +0100 Subject: [PATCH] simgear/timing/rawprofile.hxx: minor update to docs. --- simgear/timing/rawprofile.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/simgear/timing/rawprofile.hxx b/simgear/timing/rawprofile.hxx index d958e7bd..05f4121f 100644 --- a/simgear/timing/rawprofile.hxx +++ b/simgear/timing/rawprofile.hxx @@ -25,6 +25,8 @@ struct RawProfile /* damping_time: Time in seconds for average to change by factor of e. + sglog_name: + Prefix string when we write average to SG_LOG(). sglog_interval: Interval in seconds between calls to SG_LOG() or zero to disable. prop: @@ -46,8 +48,8 @@ struct RawProfile m_prop = prop; } - typedef std::chrono::high_resolution_clock clock_t; - typedef std::chrono::time_point< clock_t> time_point_t; + typedef std::chrono::high_resolution_clock clock_t; + typedef std::chrono::time_point< clock_t> time_point_t; void start() {