summaryrefslogtreecommitdiffstats
path: root/src/common/telemetry.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash1-2/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-6/+6
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi1-0/+4
2018-08-15common/telemetry: Migrate core-independent info gathering to commonLioncash1-0/+12
2018-07-18telemetry: Remove unnecessary Field constructorLioncash1-4/+1
2018-07-18telemetry: Make operator== and operator!= const member functions of FieldLioncash1-2/+2
2018-07-18telemetry: Default copy/move constructors and assignment operatorsLioncash1-14/+4
2018-03-27telemetry.h: Reword comment from citra to yuzuN00byKing1-1/+1
2018-01-18telemetry: Silence initialization order warningsLioncash1-2/+2
2017-05-25common: Add a generic interface for logging telemetry fields.bunnei1-0/+196