Skip to content

v0.3.0

Compare
Choose a tag to compare
@Almouro Almouro released this 19 Apr 13:48
· 268 commits to main since this release

0.3.0 (2023-04-19)

Bug Fixes

  • profiler: improve timings accuracy (#84) (1908689)

Features

  • test: add --record options to have videos in report (#86) (2094d38)
  • flipper: add windows support (#77) (b6d152c)
  • profiler: group binder threads together in measures (#89) (543ffa7)
  • report: add ability to see each iteration individually (#83) (a40f955)

BREAKING CHANGES

  • profiler: if using a custom script, pollPerformanceMeasures will now take { onMeasure: (Measure) => void } as second parameter