svn commit: r335941 - head/tools/tools/syscall_timing

Edward Napierala trasz at freebsd.org
Wed Jul 4 16:17:12 UTC 2018


2018-07-04 16:26 GMT+01:00 Rodney W. Grimes <freebsd at pdx.rh.cn85.dnsmgr.net>
:

> > > Author: trasz
> > > Date: Wed Jul  4 13:34:43 2018
> > > New Revision: 335941
> > > URL: https://svnweb.freebsd.org/changeset/base/335941
> > >
> > > Log:
> ...
> > > +#ifdef notyet
> > > +   /*
> > > +    * XXX: Doesn't work; kernel pipe buffer too small?
> > > +    */
> > > +   { "pipeping_100000", test_pipeping, .t_flags = 0, .t_int = 100000
> },
> > > +   { "pipeping_1000000", test_pipeping, .t_flags = 0, .t_int =
> 1000000 },
> > > + #endif
> >
> > Can you get the size of the pipe buffer and make a run time
> > decision on this?  Not all of us run with defaults....
> > Hum, does not seem it is easy to get this pipe size info from userland...
>
> Nvm, if I read the rest of the commit mail correctly you
> already have done this, THANKS!
>

Yeah, I've been merging it from Git, commit by commit, and that's
the result.  Thanks :-)


More information about the svn-src-head mailing list