Closed
Description
broken probes
average_memory_usage
90th_percentile_memory_usage
99th_percentile_memory_usage
reproduction steps
- Checkout 0198afa
- Modify
dev/benchmarks/macrobenchmarks/ios/Runner.xcodeproj
to show the graphics overlay (showGraphicsOverview
) - Run the
backdrop_filter_perf_ios__timeline_summary
benchmark - Look at the overlay and notice that the memory usage is around 400MB
- Wait for the results to be printed to the console, notice that it reports something around 200MB
- Checkout def5a38
- Run the test again
- Notice that the overlay now reports usage is around 200MB but the report printed to the console still lists the same result from above.