Home | History | Annotate | Download | only in perf

Lines Matching defs:events

70  * total elapsed time in milliseconds, and the second is the number of events
227 * negative integer indicating the number of events in a single call to
229 * method, the default implementation returns -1, indicating that events
406 long events = -1;
419 events = testFunction.getEventsPerIteration();
422 if (events == -1) {
427 + testFunction.getOperationsPerIteration() + " events: " + events);
430 if (events == -1) {
435 + testFunction.getOperationsPerIteration() + " " + events);