(batch_size)
| 41 | } |
| 42 | |
| 43 | function batchProgressBar(batch_size) { |
| 44 | if (batch_size < 2) return; |
| 45 | return progressBar('MemDump_progress-batch'); |
| 46 | } |
| 47 | |
| 48 | function scanProgressBar(threadN) { |
| 49 | return progressBar('MemDump_progress-thread-' + threadN); |
no test coverage detected