Searched refs:start_time_ (Results 1 – 1 of 1) sorted by relevance
31 start_time_ = Clock::now(); in elapsed_()36 std::chrono::duration<double, std::milli> ms = end_time - start_time_; in ~Chronometer()49 Clock::time_point start_time_; variable