Rosetta  3.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
prof.cc File Reference
#include <basic/prof.hh>
#include <basic/Tracer.hh>
#include <ObjexxFCL/string.functions.hh>
#include <string>
#include <time.h>
#include <utility/vector1.hh>
#include <ObjexxFCL/format.hh>
#include <boost/algorithm/string.hpp>

Namespaces

 ObjexxFCL
 
 ObjexxFCL::format
 
 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 

Functions

clock_t const basic::SHRINK_FACTOR (2)
 
double const basic::clock_factor (((double) SHRINK_FACTOR *100.0)/CLOCKS_PER_SEC)
 
bool basic::show_time_on_cerr (false)
 
void basic::show_time (basic::Tracer &tr, std::string const &msg)
 
void basic::setup_tag2string ()
 
void basic::prof_show ()
 
void basic::prof_reset ()
 

Variables

utility::vector1< std::string > basic::tag2string
 
utility::vector1< clock_t > basic::start_clock (n_prof_tags, 0)
 
utility::vector1< double > basic::total_clock (n_prof_tags, 0)
 
utility::vector1< intbasic::calls (n_prof_tags, 0)
 
utility::vector1< intbasic::bad_calls (n_prof_tags, 0)
 
std::map< std::string, double > basic::dynamic_prof_total
 
std::map< std::string, intbasic::dynamic_prof_calls
 

Detailed Description

Author
Christopher Miles (cmile.nosp@m.s@uw.nosp@m..edu)