From 005f592d54f96f25f2ba7eff1848422fc605d252 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 22 Aug 2014 16:23:54 +0200 Subject: player: some more debugging output --- player/playloop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/player/playloop.c b/player/playloop.c index d7fed6319a..2e4cfc43ab 100644 --- a/player/playloop.c +++ b/player/playloop.c @@ -611,9 +611,11 @@ static void handle_input_and_seek_coalesce(struct MPContext *mpctx) mp_cmd_t *cmd; while ((cmd = mp_input_get_cmd(mpctx->input, 0, 1)) != NULL) { mp_dispatch_queue_process(mpctx->dispatch, 0); + MP_STATS(mpctx, "start command"); cmd = mp_input_get_cmd(mpctx->input, 0, 0); run_command(mpctx, cmd); mp_cmd_free(cmd); + MP_STATS(mpctx, "end command"); if (mpctx->stop_play) break; } -- cgit v1.2.3