Home
last modified time | relevance | path

Searched refs:m_start_wall_time (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmaint.h60 std::chrono::steady_clock::time_point m_start_wall_time; variable
Dmaint.c996 = steady_clock::now () - m_start_wall_time; in ~scoped_command_stats()
1064 m_start_wall_time = steady_clock::now (); in scoped_command_stats()
DChangeLog-20161179 <m_start_wall_time>: Now a std::chrono::steady_clock::time_point.