You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/120_realtime_background.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ If there are processes with non-deterministic blocking behavior running in the s
290
290
291
291
A more precise way to measure the scheduling jitter in a program is to instrument the periodic real-time update loop of existing code to record scheduling jitter.
292
292
293
-
A proposed header for a minimal library for real-time code instrumentation can be found here: [rttest.h](https://github.com/jacquelinekay/rttest/blob/master/include/rttest/rttest.h).
293
+
A proposed header for a minimal library for real-time code instrumentation can be found here: [rttest.h](https://github.com/ros2/realtime_support/blob/master/rttest/include/rttest/rttest.h).
0 commit comments