flutter / flutter/devtools

CpuProfileData.filterFrom - can't filter from already filtered data

Open
#5,203 0 comments 0 reactions 0 assignees View on GitHub
devtools app performance P2 product-quality screen: cpu profiler
Dominant language
Dart
Stars
1.7k
Forks
404
Avg merge
6d 17h
Merged PRs (30d)
18

Description

ensure we can filter from an already filtered profile. Currently when trying to do this, a null exception is thrown. Likely has something to do with stack frame parent ids not getting set properly on the filtered output. If we can filter from already filtered data, we can improve the performance of filtering, since we'd be able to filter from a subset of data instead of the entire data set.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.