benchmark/bench_tools.h
changeset 1689 f1795dafe42c
parent 1435 8e85e6bbefdf
child 1756 b1f441f24d08
     1.1 --- a/benchmark/bench_tools.h	Fri Sep 16 09:57:02 2005 +0000
     1.2 +++ b/benchmark/bench_tools.h	Wed Sep 28 08:14:39 2005 +0000
     1.3 @@ -83,15 +83,15 @@
     1.4  inline void PrintTime(char *ID,lemon::Timer &T) 
     1.5  {
     1.6    lemon::TimeStamp S(T);
     1.7 -  std::cout << ID << ' ' << S.getUserTime() << ' '
     1.8 -	    << S.getSystemTime() << ' ' << S.getRealTime() << std::endl;
     1.9 +  std::cout << ID << ' ' << S.userTime() << ' '
    1.10 +	    << S.systemTime() << ' ' << S.realTime() << std::endl;
    1.11  }
    1.12  
    1.13  
    1.14  
    1.15  ///
    1.16  template<class Graph>
    1.17 -void addHiperCube(Graph &G,int dim,std::vector<typename Graph::Node> &nodes)
    1.18 +void addHyperCube(Graph &G,int dim,std::vector<typename Graph::Node> &nodes)
    1.19  {
    1.20    GRAPH_TYPEDEF_FACTORY(Graph);
    1.21    
    1.22 @@ -107,7 +107,7 @@
    1.23  
    1.24  ///
    1.25  template<class Graph>
    1.26 -void addBiDirHiperCube(Graph &G,int dim,std::vector<typename Graph::Node>&nodes)
    1.27 +void addBiDirHyperCube(Graph &G,int dim,std::vector<typename Graph::Node>&nodes)
    1.28  {
    1.29    GRAPH_TYPEDEF_FACTORY(Graph);
    1.30