Changeset 3f06bb for src/Helpers/unittests/stubs/ChronosStub.cpp
- Timestamp:
- Mar 2, 2013, 10:45:46 PM (13 years ago)
- Children:
- b9273a
- Parents:
- 8f60da
- git-author:
- Frederik Heber <heber@…> (03/01/13 13:41:05)
- git-committer:
- Frederik Heber <heber@…> (03/02/13 22:45:46)
- File:
-
- 1 edited
-
src/Helpers/unittests/stubs/ChronosStub.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Helpers/unittests/stubs/ChronosStub.cpp
r8f60da r3f06bb 28 28 {} 29 29 30 double Chronos::getTime(const std::string _name) const30 double Chronos::getTime(const std::string &_name) const 31 31 { 32 32 return 0.; 33 33 } 34 34 35 void Chronos::resetTime(const std::string _name)35 void Chronos::resetTime(const std::string &_name) 36 36 {} 37 37 38 void Chronos::startTiming(const std::string _name)38 void Chronos::startTiming(const std::string &_name) 39 39 {} 40 40 … … 44 44 } 45 45 46 void Chronos::endTiming(const std::string _name)46 void Chronos::endTiming(const std::string &_name) 47 47 {} 48 48
Note:
See TracChangeset
for help on using the changeset viewer.
