devtools
devtools copied to clipboard
Cpu profile processing assert is firing
Seems like a regression that this assert is firing once again. Commented out for now, but this needs to be investigated.
assert in cpu_profile_transformer.dart:
assert(cpuProfileData.profileMetaData.sampleCount ==
cpuProfileData.cpuProfileRoot.inclusiveSampleCount);