]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Wed, 15 Feb 2023 22:39:53 +0000 (23:39 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 15 Feb 2023 22:39:53 +0000 (23:39 +0100)
- added commented-out debug line

framework/main/classes/file_directories/binary/class_BaseBinaryFile.php

index a4cdd99b91bd3afe72d318ac6ffc36f142a05581..3f0ff4b612e106f9b2df4f2201ae8a1d524dc1ee 100644 (file)
@@ -258,6 +258,7 @@ abstract class BaseBinaryFile extends BaseAbstractFile implements BinaryFile {
                }
 
                // Very simple to do ...
+               //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('BASE-BINARY-FILE: self:configCache[%s_pre_allocate_count]()=%d', count(self::$configCache[$type . '_pre_allocate_count'])));
                for ($idx = 0; $idx < self::$configCache[$type . '_pre_allocate_count']; $idx++) {
                        // Calculate start/end positions
                        $startPosition = $idx * $minimumBlockLength;