Browse Source

Quieter timing reporting.

cl-refactor
Gav Wood 10 years ago
parent
commit
3c58d68fe2
  1. 2
      alethzero/MainWin.cpp

2
alethzero/MainWin.cpp

@ -1169,7 +1169,7 @@ void Main::refreshBlockChain()
if (!ui->blocks->isVisible() || !isVisible())
return;
DEV_TIMED_FUNCTION;
DEV_TIMED_FUNCTION_ABOVE(500);
cwatch << "refreshBlockChain()";
// TODO: keep the same thing highlighted.

Loading…
Cancel
Save