aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/telemetry.h
AgeCommit message (Expand)Author
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-03-19common: Reduce unused includesameerj
2022-03-11common/telemetry: Update `AddField` name type to `string_view`Wunkolo
2022-02-17common: Add NullVisitor default constructorWunkolo
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi
2018-08-14common/telemetry: Migrate core-independent info gathering to commonLioncash
2018-07-18telemetry: Remove unnecessary Field constructorLioncash
2018-07-18telemetry: Make operator== and operator!= const member functions of FieldLioncash
2018-07-18telemetry: Default copy/move constructors and assignment operatorsLioncash
2018-03-27telemetry.h: Reword comment from citra to yuzuN00byKing
2018-01-17telemetry: Silence initialization order warningsLioncash
2017-05-24common: Add a generic interface for logging telemetry fields.bunnei