From 49487c44bb9625b5bdc1703efc0a77f12d0fbad0 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Mon, 9 Dec 2013 13:16:22 +0000
Subject: [PATCH] Show the total number of operations

[[Imported from SVN: r9572]]
---
 dune/gfe/localgeodesicfeadolcstiffness.hh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dune/gfe/localgeodesicfeadolcstiffness.hh b/dune/gfe/localgeodesicfeadolcstiffness.hh
index 6519f6a3..eaaaca33 100644
--- a/dune/gfe/localgeodesicfeadolcstiffness.hh
+++ b/dune/gfe/localgeodesicfeadolcstiffness.hh
@@ -113,6 +113,8 @@ energy(const Entity& element,
     size_t tape_stats[STAT_SIZE];
     tapestats(1,tape_stats);             // reading of tape statistics
     cout<<"maxlive "<<tape_stats[NUM_MAX_LIVES]<<"\n";
+    cout<<"tay_stack_size "<<tape_stats[TAY_STACK_SIZE]<<"\n";
+    cout<<"total number of operations "<<tape_stats[NUM_OPERATIONS]<<"\n";
     // ..... print other tape stats
 #endif
     return pureEnergy;
-- 
GitLab