parent
0853aa7515
commit
4404978765
|
|
@ -50,8 +50,8 @@ class StatsReport final {
|
|||
V3Statistic* lastp = nullptr;
|
||||
for (const auto& itr : byName) {
|
||||
V3Statistic* repp = itr.second;
|
||||
if (lastp && lastp->sumit() && lastp->printit() && lastp->name() == repp->name()
|
||||
&& lastp->stage() == repp->stage()) {
|
||||
if (lastp && lastp->sumit() && lastp->printit() && repp->printit()
|
||||
&& lastp->name() == repp->name() && lastp->stage() == repp->stage()) {
|
||||
lastp->combineWith(repp);
|
||||
} else {
|
||||
lastp = repp;
|
||||
|
|
|
|||
Loading…
Reference in New Issue