devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Cpu profile processing assert is firing

Open kenzieschmoll opened this issue 6 years ago • 0 comments

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);

kenzieschmoll avatar Jan 11 '20 00:01 kenzieschmoll