Skip to content

Commit

Permalink
feat: export FPS and RAM reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jun 19, 2024
1 parent 85656a7 commit 05659b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/reporter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ export * from "./reporting/Report";
export * from "./utils/sanitizeProcessName";
export * from "./utils/round";
export * from "./reporting/cpu";
export * from "./reporting/ram";
export * from "./reporting/fps";
export { canComputeHighCpuUsage } from "./reporting/highCpu";

0 comments on commit 05659b1

Please sign in to comment.