apt-pkg/depcache.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Jul 2009 11:27:03 +0000 (13:27 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 28 Jul 2009 11:27:03 +0000 (13:27 +0200)
commit2edcefd596307b2a5fecbfb43bf0f43bc35b269f
tree1129df0475d516061b259dabe36ad4468a5f3f4b
parent1e9f840254a9ae2b432e5c9d80bc32bf5df8464e
apt-pkg/depcache.cc:
- Call opProgress->Update() less often too avoid spending too
  much time in it (it shows up relatively high in the callgrind logs).
  But do call it more often than just for each percent so that the
  UI frontends can use the OpProgress::Update() calling to do e.g. UI
  updates
apt-pkg/depcache.cc