> On Jun 21, 2016, at 10:30 AM, Xuelei Fan <xuelei....@oracle.com> wrote: > > Looks fine to me. > > long l = System.nanoTime(); > 'l' is easy to be confused with '1'. May be nice to use a meaningful > name, for example 'startTime'.
Thanks. Updated as you suggested and pushed. --Max > > Xuelei