Paramotopy
parallel parameter homotopy through bertini
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros
timing.hpp File Reference
#include <mpi.h>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <vector>
#include <map>
#include <iostream>
#include <string>
#include <sstream>
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <chrono>
#include <boost/filesystem.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/progress.hpp>
#include <boost/regex.hpp>

Go to the source code of this file.

Classes

class  timer_data
 Small class, with no methods, for holding timing data. More...
 
class  timer
 Capable of timing arbitrary categories of processes, using a map of timer_data's. More...
 

Macros

#define BOOST_FILESYSTEM_VERSION   3
 
#define BOOST_FILESYSTEM_NO_DEPRECATED
 
#define __TIMING_H__
 

Macro Definition Documentation

#define __TIMING_H__

Definition at line 27 of file timing.hpp.

#define BOOST_FILESYSTEM_NO_DEPRECATED

Definition at line 18 of file timing.hpp.

#define BOOST_FILESYSTEM_VERSION   3

Definition at line 17 of file timing.hpp.