Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Devent-top.c530 long cmd_time = get_run_time () - time_at_cmd_start; in command_handler() local
533 cmd_time / 1000000, cmd_time % 1000000); in command_handler()
569 long cmd_time = get_run_time () - time_at_cmd_start; in command_line_handler_continuation() local
572 cmd_time / 1000000, cmd_time % 1000000); in command_line_handler_continuation()
H A Dtop.c819 long cmd_time = get_run_time () - time_at_cmd_start; in command_loop() local
822 cmd_time / 1000000, cmd_time % 1000000); in command_loop()