All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rt-tests: oslat.8: Remove the argument of --bias
@ 2021-12-30 13:41 Oscar Shiang
  2022-01-01 21:18 ` John Kacur
  0 siblings, 1 reply; 2+ messages in thread
From: Oscar Shiang @ 2021-12-30 13:41 UTC (permalink / raw)
  To: jkacur, williams; +Cc: peterx, linux-rt-users, Oscar Shiang

The option --bias does not require an argument and the bias should
be estimated later.

There is no need to provide USEC to --bias option.

Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>
---
 src/oslat/oslat.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8
index 4b28abd..39b36df 100644
--- a/src/oslat/oslat.8
+++ b/src/oslat/oslat.8
@@ -18,7 +18,7 @@ TSC information and measuring the time frequently during the process.
 .B \-b, \-\-bucket-size=N
 Specify the number of the buckets (4-1024).
 .TP
-.B \-B, \-\-bias=USEC
+.B \-B, \-\-bias
 Add a bias to all the buckets using the estimated mininum.
 .TP
 .B \-c, \-\-cpu-list=CPULIST
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rt-tests: oslat.8: Remove the argument of --bias
  2021-12-30 13:41 [PATCH] rt-tests: oslat.8: Remove the argument of --bias Oscar Shiang
@ 2022-01-01 21:18 ` John Kacur
  0 siblings, 0 replies; 2+ messages in thread
From: John Kacur @ 2022-01-01 21:18 UTC (permalink / raw)
  To: Oscar Shiang; +Cc: williams, peterx, linux-rt-users



On Thu, 30 Dec 2021, Oscar Shiang wrote:

> The option --bias does not require an argument and the bias should
> be estimated later.
> 
> There is no need to provide USEC to --bias option.
> 
> Signed-off-by: Oscar Shiang <oscar0225@livemail.tw>
> ---
>  src/oslat/oslat.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/oslat/oslat.8 b/src/oslat/oslat.8
> index 4b28abd..39b36df 100644
> --- a/src/oslat/oslat.8
> +++ b/src/oslat/oslat.8
> @@ -18,7 +18,7 @@ TSC information and measuring the time frequently during the process.
>  .B \-b, \-\-bucket-size=N
>  Specify the number of the buckets (4-1024).
>  .TP
> -.B \-B, \-\-bias=USEC
> +.B \-B, \-\-bias
>  Add a bias to all the buckets using the estimated mininum.
>  .TP
>  .B \-c, \-\-cpu-list=CPULIST
> -- 
> 2.25.1
> 
> 
Signed-off-by: John Kacur <jkacur@gmail.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-01 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-30 13:41 [PATCH] rt-tests: oslat.8: Remove the argument of --bias Oscar Shiang
2022-01-01 21:18 ` John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.