Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Devent-top.c539 long cmd_time = get_run_time () - time_at_cmd_start; in command_handler() local
542 cmd_time / 1000000, cmd_time % 1000000); in command_handler()
578 long cmd_time = get_run_time () - time_at_cmd_start; in command_line_handler_continuation() local
581 cmd_time / 1000000, cmd_time % 1000000); in command_line_handler_continuation()
Dtop.c536 long cmd_time = get_run_time () - time_at_cmd_start; in command_loop() local
539 cmd_time / 1000000, cmd_time % 1000000); in command_loop()