Is there any search functionality in the React Devtools Profiler (FlameGraph or Ranked view) that I missed? I want to see how much time my new component MyGreatComponent
took for rendering, but it's "hidden" between all the other components and not easy to find.
Asked
Active
Viewed 449 times
7

stefan.at.kotlin
- 15,347
- 38
- 147
- 270
-
i don't think there is a way. Maybe download the profile data and review that? – davidhu Jan 09 '21 at 21:01