OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_time_clock
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdbsupport/
run-time-clock.cc
26
run_time_clock
::time_point
27
run_time_clock
::now () noexcept
41
run_time_clock
::now (user_cpu_time_clock::time_point &user,
run-time-clock.h
35
/* Use
run_time_clock
::now instead. */
50
/* Use
run_time_clock
::now instead. */
57
struct
run_time_clock
struct
62
using time_point = std::chrono::time_point<
run_time_clock
>;
/src/external/gpl3/gdb.old/dist/gdb/
maint.h
59
run_time_clock
::time_point m_start_cpu_time;
maint.c
1001
run_time_clock
::duration cmd_time
1002
=
run_time_clock
::now () - m_start_cpu_time;
1072
m_start_cpu_time =
run_time_clock
::now ();
/src/external/gpl3/gdb/dist/gdbsupport/
run-time-clock.cc
26
run_time_clock
::time_point
27
run_time_clock
::now () noexcept
run-time-clock.h
35
/* Use
run_time_clock
::now instead. */
50
/* Use
run_time_clock
::now instead. */
84
struct
run_time_clock
struct
89
using time_point = std::chrono::time_point<
run_time_clock
>;
/src/external/gpl3/gdb/dist/gdb/
maint.h
62
run_time_clock
::time_point m_start_cpu_time;
maint.c
1015
run_time_clock
::duration cmd_time
1016
=
run_time_clock
::now () - m_start_cpu_time;
1086
m_start_cpu_time =
run_time_clock
::now ();
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c
2264
run_time_clock
::now (tv->utime, tv->stime);
Completed in 40 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026