From 2c4ee5680ae60046b51a665ee755140edf729de9 Mon Sep 17 00:00:00 2001 From: Arnaud Blanchard <arnaud.blanchard@ensea.fr> Date: Wed, 2 May 2018 16:19:18 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 290a942..c609df7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,15 @@ BLC program Library providing command line program facilities -- Parsing arguments -- Interacting with the user in a terminal +- 1. Parsing arguments +- 2. Interacting with the user in a terminal + +BLC_COMMAND_LOOP + +- Eventually acquires the profiling data. +- Check if it is the iteration limit and pauses in this case. +- Wait for the kayboard or the waiting semaphores. +- Ready to start, updates the timer. BLC program ============ -- GitLab