Uses of Class
org.h2.util.Profiler
-
Packages that use Profiler Package Description org.h2.server.web The H2 Console tool.org.h2.util Internal utility classes. -
-
Uses of Profiler in org.h2.server.web
Fields in org.h2.server.web declared as Profiler Modifier and Type Field Description private Profiler
WebApp. profiler
-
Uses of Profiler in org.h2.util
Methods in org.h2.util that return Profiler Modifier and Type Method Description Profiler
Profiler. startCollecting()
Start collecting profiling data.Profiler
Profiler. stopCollecting()
Stop collecting.
-