gauge 0.1.0 gauge: ^0.1.0 copied to clipboard
Tools for gauging/measuring some performance metrics.
Tools for gauging/measuring some performance metrics.
Currently there's only one tool to measure iOS CPU/GPU usages for Flutter's CI tests.
Install #
First install depot_tools (we used its cipd
).
Then install dart and make sure that pub
is on
your path.
Finally run:
pub global activate gauge
Run #
Connect an iPhone, run a Flutter app on it, and
gauge ioscpugpu new
Sample output:
gpu: 12.4%, cpu: 22.525%
For more information, try
gauge help
gauge help ioscpugpu
gauge help ioscpugpu new
gauge help ioscpugpu parse