Skip to content
Snippets Groups Projects
Commit 49487c44 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Show the total number of operations

[[Imported from SVN: r9572]]
parent 64937f67
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment