Message ID | TYCP286MB19139F2712AF29EB517F70FBA1459@TYCP286MB1913.JPNP286.PROD.OUTLOOK.COM |
---|---|
State | New |
Headers | show |
Series | rt-tests: oslat.8: Remove the argument of --bias | expand |
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>
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
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(-)