Searched refs:total_work_ (Results 1 – 1 of 1) sorted by relevance
63 : total_work_(0) {} in ProgressBar()65 : total_work_(static_cast<uint32_t>(static_cast<int>(block_count * log(block_count)) * in ProgressBar()72 int old_progress = static_cast<int>(100 * blocks_read_ / total_work_); in Update()74 int progress = static_cast<int>(100 * blocks_read_ / total_work_); in Update()91 uint32_t total_work_; member in __anonf806e0400111::ProgressBar
Completed in 4 milliseconds