From ee32a3b21e6e2d88e95f738416b9c660820994f3 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 13 Jan 2009 14:33:04 +0000 Subject: [PATCH] Mention TimerOutput class. git-svn-id: https://svn.dealii.org/trunk@18209 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.39.5