CpuProfileData.filterFrom - can't filter from already filtered data
Open
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
Assessment
This issue has not been assessed yet.