Changes in / [c101756:b38433b]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/Stats/Time.cc

    rc101756 rb38433b  
    136136                        std::stack<TimerNode *> nodes;
    137137
    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 = {};
    140140
    141141                        void StartGlobal() {
Note: See TracChangeset for help on using the changeset viewer.