core: Add Reporter class to take/save reports
This commit is contained in:
parent
6f0ee45b5c
commit
2dde8f5cfe
5 changed files with 416 additions and 1 deletions
|
@ -69,6 +69,7 @@ class Cpu;
|
|||
class ExclusiveMonitor;
|
||||
class FrameLimiter;
|
||||
class PerfStats;
|
||||
class Reporter;
|
||||
class TelemetrySession;
|
||||
|
||||
struct PerfStatsResults;
|
||||
|
@ -290,6 +291,8 @@ public:
|
|||
|
||||
const std::map<VAddr, std::string, std::greater<>>& GetRegisteredNSOModules() const;
|
||||
|
||||
const Reporter& GetReporter() const;
|
||||
|
||||
private:
|
||||
System();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue