xerus
a general purpose tensor library
performanceAnalysis.cpp File Reference

Implementation of performanceAnalysis::get_analysis. More...

#include <xerus/misc/performanceAnalysis.h>
#include <sstream>
#include <iomanip>

Go to the source code of this file.

Namespaces

 xerus
 The main namespace of xerus.
 
 xerus::misc
 Collection of classes and functions that provide elementary functionality that is not special to xerus as a tensor library.
 
 xerus::misc::performanceAnalysis
 This namespace contains all functions only used for the performance analysis, as well as the respective global variables.
 

Functions

std::string xerus::misc::performanceAnalysis::get_analysis ()
 Returns a detailed performance analysis if XERUS_PERFORMANCE_ANALYSIS is set, an emtpy string otherwise. More...
 

Detailed Description

Implementation of performanceAnalysis::get_analysis.

Definition in file performanceAnalysis.cpp.