On Sat, 20 Mar 2021, Daniel Wagner wrote:
quoted hunk ↗ jump to hunk
Use rt_test_start() to record a timestamp when the test starts.
Signed-off-by: Daniel Wagner <redacted>
---
src/cyclictest/cyclictest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index 3f3b91bab53b..033b95a3a19a 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -615,6 +615,7 @@ static void *timerthread(void *param)
setitimer(ITIMER_REAL, &itimer, NULL);
}
+ rt_test_start();
stat->threadstarted++;
while (!shutdown) {--
2.30.2
Signed-off-by: John Kacaur <jkacur@redhat.com>