]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix documentation 4549/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 28 Jun 2017 15:28:18 +0000 (17:28 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 28 Jun 2017 15:28:18 +0000 (17:28 +0200)
doc/news/changes/incompatibilities/20170627DanielArndt
include/deal.II/base/timer.h

index 3190f841b2e4ae6374eadc7f7fdb3d9c6f0498e7..85e8854ba3f44339e79e3da7ab8483468d3c0d0f 100644 (file)
@@ -1,6 +1,4 @@
 Changed: Timer::print_data doesn't restrict its output to the first MPI process
 anymore but leaves such a choice to the stream given.
-Timer::get_data returns zero values instead of invalid values if stop() was not
-called before.
 <br>
 (Daniel Arndt, 2017/06/27)
index 64dff3e92193df1e98d6cc9f6f436f36c078f84e..da337c01363bdc92b20e23b15e43574b51d83a31 100644 (file)
@@ -167,8 +167,8 @@ public:
   double wall_time () const;
 
   /**
-   * Access to the wall time for the currently running lap without stopping
-   * the timer.
+   * Access to the wall time since the timer has been stopped the last time.
+   * The timer is not stopped by this function.
    * The elapsed time is returned in units of seconds.
    */
   double last_wall_time() const;
@@ -180,20 +180,18 @@ public:
   double cpu_time() const;
 
   /**
-   * Access to the wall time for the currently running lap without stopping
-   * the timer.
+   * Access to the CPU time since the timer has been stopped the last time.
+   * The timer is not stopped by this function.
    * The elapsed time is returned in units of seconds.
    */
   double last_cpu_time() const;
 
   /**
-   * Return the last lap time; the time taken between the last
-   * start()/stop()
-   * call.
+   * Returns the wall time taken between the last start()/stop() call.
    *
    * @deprecated Use last_wall_time() instead.
    */
-  double get_lap_time () const;
+  double get_lap_time () const DEAL_II_DEPRECATED;
 
 private:
 
@@ -235,12 +233,12 @@ private:
   double              cumulative_wall_time;
 
   /**
-   * Stores the last lap wall time; the time between the last start()/stop() cycle.
+   * Stores the wall time between the last start()/stop() cycle.
    */
   double              last_lap_time;
 
   /**
-   * Stores the last lap cpu time; the time between the last start()/stop() cycle.
+   * Stores the CPU time between the last start()/stop() cycle.
    */
   double              last_lap_cpu_time;
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.