COIN-OR::LEMON - Graph Library

Changeset 1092:dceba191c00d in lemon-main for lemon/time_measure.h


Ignore:
Timestamp:
08/09/13 11:28:17 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1093:fb1c7da561ce, 1165:e0ccc1f0268f
Phase:
public
Message:

Apply unify-sources.sh to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r1054 r1092  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2013
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    9999    static Format format() { return _format; }
    100100
    101    
     101
    102102    ///Read the current time values of the process
    103103    void stamp()
     
    523523    ///       on destruction.
    524524    TimeReport(std::string title,std::ostream &os=std::cerr,bool run=true,
    525                bool active=true)
     525               bool active=true)
    526526      : Timer(run), _title(title), _os(os), _active(active) {}
    527527    ///Destructor that prints the ellapsed time
     
    530530      if(_active) _os << _title << *this << std::endl;
    531531    }
    532    
     532
    533533    ///Retrieve the activity status
    534534
Note: See TracChangeset for help on using the changeset viewer.