HomeSort by: relevance | last modified time | path
    Searched defs:scoped_time_it (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
maint.h 82 struct scoped_time_it struct
85 scoped_time_it (const char *what, bool enabled = per_command_time);
87 DISABLE_COPY_AND_ASSIGN (scoped_time_it);
88 ~scoped_time_it ();
maint.c 1179 scoped_time_it::scoped_time_it (const char *what, bool enabled)
1192 scoped_time_it::~scoped_time_it ()
1178 scoped_time_it::scoped_time_it (const char *what, bool enabled) function in class:scoped_time_it

Completed in 38 milliseconds