Changes in / [c101756:b38433b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/Stats/Time.cc
rc101756 rb38433b 136 136 std::stack<TimerNode *> nodes; 137 137 138 std::chrono::duration<double> TimerNode::last ;139 std::stack<std::chrono::duration<double>> TimerNode::parents ;138 std::chrono::duration<double> TimerNode::last = {}; 139 std::stack<std::chrono::duration<double>> TimerNode::parents = {}; 140 140 141 141 void StartGlobal() {
Note: See TracChangeset
for help on using the changeset viewer.