Stefan Roese
1f865ee0ba
cyclic: Add 'cyclic list' and 'cyclic demo' commands
...
This patch adds the cyclic command, which currently only supports the
'list' subcommand, to list all currently registered cyclic functions.
Here an example:
=> cyclic list
function: cyclic_demo, cpu-time: 7010 us, frequency: 99.80 times/s
function: cyclic_demo2, cpu-time: 1 us, frequency: 1.13 times/s
As you can see, the cpu-time is accounted, so that cyclic functions
that take too long might be discovered. Additionally the frequency is
logged.
The 'cyclic demo' commands registers the cyclic_demo() function to
be executed all 'cycletime_ms' milliseconds. The only thing this
function does is delaying by 'delay_us' microseconds.
Signed-off-by: Stefan Roese <sr@denx.de >
Reviewed-by: Simon Glass <sjg@chromium.org >
2022-09-13 16:01:44 -04:00
..
2022-03-02 13:59:29 -05:00
2021-08-02 13:32:14 -04:00
2022-08-04 16:18:47 -04:00
2022-05-26 18:37:55 +08:00
2022-07-25 13:01:48 -04:00
2021-08-02 21:35:50 -04:00
2021-08-02 13:32:14 -04:00
2022-08-10 13:46:55 -04:00
2022-08-04 13:59:59 -04:00
2021-03-05 10:25:43 +05:30
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-08-10 13:46:55 -04:00
2022-08-10 13:46:55 -04:00
2022-09-13 11:32:48 +02:00
2021-10-12 14:19:52 +02:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-04 15:58:31 -04:00
2021-08-02 13:32:14 -04:00
2021-03-27 15:04:30 +13:00
2022-03-28 20:17:07 +02:00
2021-08-26 08:08:11 +02:00
2022-04-25 10:00:04 -04:00
2022-07-13 20:07:07 +02:00
2022-08-12 08:17:11 -04:00
2021-08-02 13:32:14 -04:00
2022-08-04 16:18:47 -04:00
2022-05-31 07:57:02 +02:00
2022-08-12 08:17:10 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-07-21 10:14:04 +02:00
2021-08-02 13:32:14 -04:00
2022-02-25 01:41:04 -05:00
2021-08-02 13:32:14 -04:00
2022-08-04 15:32:20 -04:00
2022-08-10 13:46:55 -04:00
2022-08-04 16:18:47 -04:00
2022-08-04 16:18:47 -04:00
2022-09-13 16:01:44 -04:00
2021-08-30 14:10:07 -04:00
2021-08-02 13:32:14 -04:00
2022-02-11 11:29:23 -05:00
2021-08-02 13:32:14 -04:00
2022-06-28 03:09:52 +01:00
2022-03-23 07:27:37 +01:00
2022-01-15 10:57:22 +01:00
2022-08-13 11:09:49 +02:00
2022-08-12 08:14:23 -04:00
2022-03-15 16:19:29 -04:00
2022-03-10 08:28:36 -05:00
2021-08-02 13:32:14 -04:00
2022-08-04 13:59:59 -04:00
2021-08-02 13:32:14 -04:00
2022-05-05 15:06:02 -04:00
2022-08-04 16:18:47 -04:00
2022-07-26 09:34:21 +02:00
2022-08-10 13:46:55 -04:00
2022-02-18 18:12:23 +01:00
2022-04-20 11:14:39 -04:00
2022-05-06 14:39:15 -04:00
2021-12-05 09:23:15 -07:00
2022-06-28 15:51:56 -04:00
2021-08-02 13:32:14 -04:00
2022-08-10 13:46:55 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-08-04 16:18:47 -04:00
2021-12-24 10:54:56 +08:00
2022-09-13 16:01:44 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-08-04 16:18:47 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-09-13 16:01:44 -04:00
2021-11-28 16:51:51 -07:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-08-10 13:46:55 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-06-22 21:29:47 -04:00
2022-08-10 13:46:55 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-01-19 18:11:34 +01:00
2021-10-26 15:26:45 -04:00
2022-01-21 14:01:35 -05:00
2022-06-19 15:53:09 +02:00
2022-04-07 16:50:42 -04:00
2022-05-05 15:06:02 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-01-15 10:57:22 +01:00
2022-09-02 13:40:42 -04:00
2021-08-02 13:32:14 -04:00
2022-01-28 17:58:41 -05:00
2022-01-19 18:11:34 +01:00
2021-07-27 14:50:47 -04:00
2021-07-27 14:50:47 -04:00
2022-02-14 13:03:49 -05:00
2021-09-30 08:08:56 -04:00
2022-03-04 15:20:06 -05:00
2021-11-11 19:02:43 -05:00
2022-06-06 18:01:21 -04:00
2022-08-12 08:14:24 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-08-02 23:50:02 +03:00
2022-08-10 13:46:55 -04:00
2021-08-02 13:32:14 -04:00
2021-09-30 08:08:56 -04:00
2022-01-19 18:11:34 +01:00
2022-08-10 13:46:55 -04:00
2021-08-02 13:32:14 -04:00
2021-09-30 08:08:56 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-05-23 09:33:10 -04:00
2021-09-24 14:30:46 -04:00
2022-02-11 10:52:37 -05:00
2021-08-02 13:32:14 -04:00
2021-11-11 19:02:39 -05:00
2021-04-12 17:44:55 -04:00
2021-10-21 07:39:05 +02:00
2021-03-02 15:53:37 -05:00
2022-01-19 18:11:34 +01:00
2021-11-17 13:47:27 +02:00
2021-11-30 09:23:49 +01:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2022-04-14 15:39:15 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-10-09 13:09:56 -04:00
2021-12-26 23:02:19 +01:00
2021-10-30 22:55:00 +02:00
2021-08-02 13:32:14 -04:00
2022-08-12 08:17:11 -04:00
2022-08-10 13:46:55 -04:00
2022-04-09 21:06:31 +02:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00
2021-08-02 13:32:14 -04:00