diff options
author | bunnei <[email protected]> | 2017-05-02 00:10:04 -0400 |
---|---|---|
committer | bunnei <[email protected]> | 2017-05-24 19:16:23 -0400 |
commit | 120b00fb1aee96aec42b1647ece98dcc3e192139 (patch) | |
tree | 2278bd436cd8887c0f35a6ef8fcb5fcb68adaae2 /src/core/telemetry_session.h | |
parent | f3e14cae1e644b7e072796f2c26eab67b7a5d1b7 (diff) | |
download | yuzu-mainline-120b00fb1aee96aec42b1647ece98dcc3e192139.tar.gz yuzu-mainline-120b00fb1aee96aec42b1647ece98dcc3e192139.zip |
telemetry: Log a few simple data fields throughout core.
Diffstat (limited to 'src/core/telemetry_session.h')
-rw-r--r-- | src/core/telemetry_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/telemetry_session.h b/src/core/telemetry_session.h index 39e167868..cf53835c3 100644 --- a/src/core/telemetry_session.h +++ b/src/core/telemetry_session.h @@ -31,7 +31,7 @@ public: } private: - Telemetry::FieldCollection field_collection; ///< Field collection, tracks all added fields + Telemetry::FieldCollection field_collection; ///< Tracks all added fields for the session std::unique_ptr<Telemetry::VisitorInterface> backend; ///< Backend interface that logs fields }; |