Changeset 894a5f for src/base/command_list.cpp
- Timestamp:
- Feb 2, 2012, 1:58:12 PM (14 years ago)
- Children:
- 32ff22
- Parents:
- 01be70
- File:
-
- 1 edited
-
src/base/command_list.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/command_list.cpp
r01be70 r894a5f 21 21 #include "base/command_factory.hpp" 22 22 #include "base/command_list.hpp" 23 #include "base/timer.hpp" 23 24 #include "base/defs.hpp" 24 25 #include "mg.hpp" … … 46 47 #endif 47 48 48 request = MG::GetCommands().Get((*iter).first)->Run((*iter).second); 49 Timer::Start(iter->first); 50 request = MG::GetCommands().Get(iter->first)->Run(iter->second); 51 Timer::Stop(iter->first); 49 52 50 53 #ifdef DEBUG_BARRIER
Note:
See TracChangeset
for help on using the changeset viewer.
