Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Devent-top.c470 long time_at_cmd_start; in command_handler() local
490 time_at_cmd_start = get_run_time (); in command_handler()
513 arg1->data.longint = time_at_cmd_start; in command_handler()
530 long cmd_time = get_run_time () - time_at_cmd_start; in command_handler()
561 long time_at_cmd_start = arg->data.longint; in command_line_handler_continuation() local
569 long cmd_time = get_run_time () - time_at_cmd_start; in command_line_handler_continuation()
H A Dtop.c778 long time_at_cmd_start; in command_loop() local
802 time_at_cmd_start = get_run_time (); in command_loop()
819 long cmd_time = get_run_time () - time_at_cmd_start; in command_loop()