We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a440ce5 commit 77eaeb0Copy full SHA for 77eaeb0
src/app/InfoPrinter.cpp
@@ -56,9 +56,7 @@ void InfoPrinter::processEvent(const Event& evt)
56
BlockInfo* bi = new BlockInfo();
57
_clock12.start();
58
59
- if (_type == InfoPrinter::ENCODING)
60
- bi->_stage0Size = evt.getSize();
61
-
+ bi->_stage0Size = evt.getSize();
62
_map[hash(currentBlockId)] = bi;
63
64
if (_level >= 5) {
@@ -71,9 +69,6 @@ void InfoPrinter::processEvent(const Event& evt)
71
69
if (bi == nullptr)
72
70
return;
73
74
- if (_type == InfoPrinter::DECODING)
75
76
77
_clock12.stop();
78
_clock23.start();
79
0 commit comments