Home
last modified time | relevance | path

Searched refs:time_at_cmd_start (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Devent-top.c469 long time_at_cmd_start; in command_handler() local
489 time_at_cmd_start = get_run_time (); in command_handler()
512 arg1->data.longint = time_at_cmd_start; in command_handler()
529 long cmd_time = get_run_time () - time_at_cmd_start; in command_handler()
560 long time_at_cmd_start = arg->data.longint; in command_line_handler_continuation() local
568 long cmd_time = get_run_time () - time_at_cmd_start; in command_line_handler_continuation()
Dtop.c787 long time_at_cmd_start; in command_loop() local
811 time_at_cmd_start = get_run_time (); in command_loop()
828 long cmd_time = get_run_time () - time_at_cmd_start; in command_loop()