-
Notifications
You must be signed in to change notification settings - Fork 362
Closed
Labels
observatory migrationRelated to the Observatory -> DevTools migration effortRelated to the Observatory -> DevTools migration effortscreen: cpu profilerIssues related to the CPU Profiler screenIssues related to the CPU Profiler screen
Description
Observatory:

DevTools:

CC @bkonyi if you know how observatory might be getting the class and method for the closure. The code to generate the name in DevTools is as follows:
String? nameForStackFrame(_CpuProfileTimelineTree current) {
final className = current.className;
if (className != null) {
return '$className.${current.name}';
}
return current.name;
}Metadata
Metadata
Assignees
Labels
observatory migrationRelated to the Observatory -> DevTools migration effortRelated to the Observatory -> DevTools migration effortscreen: cpu profilerIssues related to the CPU Profiler screenIssues related to the CPU Profiler screen