|
@@ -2775,6 +2775,7 @@ CThorStats::CThorStats(StatisticKind _kind) : kind(_kind)
|
|
|
{
|
|
|
unsigned c = queryClusterWidth();
|
|
|
while (c--) counts.append(0);
|
|
|
+ reset();
|
|
|
}
|
|
|
|
|
|
void CThorStats::set(unsigned node, unsigned __int64 count)
|
|
@@ -2861,6 +2862,7 @@ CTimingInfo::CTimingInfo() : CThorStats(StTimeLocalExecute)
|
|
|
|
|
|
ProgressInfo::ProgressInfo() : CThorStats(StNumRowsProcessed)
|
|
|
{
|
|
|
+ startcount = stopcount = 0;
|
|
|
}
|
|
|
void ProgressInfo::processInfo() // reimplement as counts have special flags (i.e. stop/start)
|
|
|
{
|