Home | History | Annotate | Download | only in benchmark

Lines Matching refs:oN

57 // You might have a microbenchmark that depends on two inputs.  For
87 // arbitrary set of arguments to run the microbenchmark on.
88 // The following example enumerates a dense range on
89 // one parameter, and a sparse range on the second.
255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
312 // Start the benchmark timer. The timer is NOT running on entrance to the
371 // label is printed on the benchmark report line for the currently
463 // be called on this object to change the properties of the benchmark.
569 // the asymptotic computational complexity will be shown on the output.
573 // the asymptotic computational complexity will be shown on the output.