Skip to content

Commit ca417ed

Browse files
added counter
1 parent de165ef commit ca417ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: iproclass/iproclass.php

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ private function process()
115115
$z = 0;$y = 1;
116116
while($l = $this->getReadFile()->Read(200000)) {
117117
if($z++ % 1000000 == 0) {
118+
echo $z.PHP_EOL;
118119
$odir = parent::getParameterValue('outdir');
119120
$ofile = 'iproclass.'.($y++).".".parent::getParameterValue('output_format');
120121
$gz = (strstr(parent::getParameterValue('output_format'), "gz"))?true:false;

0 commit comments

Comments
 (0)