From: kronbichler Date: Tue, 13 Jan 2009 14:33:04 +0000 (+0000) Subject: Mention TimerOutput class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d80422e39ea7c0e234195b14291049eb7200c9;p=dealii-svn.git Mention TimerOutput class. git-svn-id: https://svn.dealii.org/trunk@18209 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index f4f17bc2f2..69566252c3 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -351,6 +351,14 @@ inconvenience this causes.

base

    +
  1. +

    + New: There is now a class TimerOutput that allows to neatly measure computing + times in different sections of a program and write that information to screen. +
    + (Martin Kronbichler 2009/01/12) +

    +
  2. New: The Timer class can now also return the wall time using the method