Home | History | Annotate | Download | only in profiler

Lines Matching refs:profiler

25 package org.slf4j.profiler;
44 + Profiler [BASIC]
56 // create a profiler called "BASIC"
57 Profiler profiler = new Profiler("BASIC");
58 profiler.start("A");
61 profiler.start("B");
64 profiler.start("OTHER");
66 profiler.stop().print();