From: bangerth Date: Tue, 30 Oct 2007 20:21:31 +0000 (+0000) Subject: Link to tutorial programs where the Timer class is used. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95af0cf5022bdf7438c778729291a323fadfce47;p=dealii-svn.git Link to tutorial programs where the Timer class is used. git-svn-id: https://svn.dealii.org/trunk@15396 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/timer.h b/deal.II/base/include/base/timer.h index c904cf1676..654f31066a 100644 --- a/deal.II/base/include/base/timer.h +++ b/deal.II/base/include/base/timer.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -46,7 +46,8 @@ DEAL_II_NAMESPACE_OPEN * * Alternatively, you can also restart the timer instead of resetting * it. The times between successive calls to start()/ stop() will then be - * accumulated. + * accumulated. The usage of this class is also explained in the + * @ref step_12 "step-12" and @ref step_29 "step-29" tutorial programs. * * @note Implementation of this class is system * dependent. Unfortunately, it does not work with multithreading