From f6f03125498a6368ad34f016afad7908e6078a0b Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 12 Mar 2023 14:46:22 +0000 Subject: [PATCH] Add tests documentation. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2fc9605..6640918 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # acid Tests to identify faults and incorrect behavior in the Redox microkernel. + +### Tests + +- `acid switch` - test to see the context switch time (500/500 for P/C acronyms). + +P - Parent context switch count (500 by deafult) +C - Child context switch count (500 by deafult) +T - Timestamp counter difference + +(timestamp counter is not reliable on every system).