From ab8bfc0188e79a15456d72300f8feba949683fa3 Mon Sep 17 00:00:00 2001 From: Taj Khattra Date: Sat, 12 Feb 2022 06:39:41 -0800 Subject: [PATCH] Update README.md (#13) --- guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/README.md b/guide/README.md index dff2ddf..dd1adfe 100644 --- a/guide/README.md +++ b/guide/README.md @@ -416,7 +416,7 @@ func random_sample(duration, rate): return true ``` -In other words, if you set `rate` to `10.000` (the unit is nanoseconds), all blocking events lasting `10 µsec` or longer are captured. Additionally `10%` of events lasting `1 µsec` and `1%` of events lasting `1sec`, and so on, are captured as well. +In other words, if you set `rate` to `10.000` (the unit is nanoseconds), all blocking events lasting `10 µsec` or longer are captured. Additionally `10%` of events lasting `1 µsec` and `1%` of events lasting `100 nanoseconds`, and so on, are captured as well. ### Block vs Mutex Profiler