Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c479 long time_at_cmd_start; in command_handler() local
499 time_at_cmd_start = get_run_time (); in command_handler()
522 arg1->data.longint = time_at_cmd_start; in command_handler()
539 long cmd_time = get_run_time () - time_at_cmd_start; in command_handler()
570 long time_at_cmd_start = arg->data.longint; in command_line_handler_continuation() local
578 long cmd_time = get_run_time () - time_at_cmd_start; in command_line_handler_continuation()
Dtop.c495 long time_at_cmd_start; in command_loop() local
519 time_at_cmd_start = get_run_time (); in command_loop()
536 long cmd_time = get_run_time () - time_at_cmd_start; in command_loop()