Hi, The profiler is used to analyze performance problems. It gets the *top* (most common) stack traces, not to get *all* stack traces. I will change the profiler to display "(none)" if there are no stack traces.
> And how I can trace the invocation hierarchy of SQL processing classes? For example using a debugger such as Eclipse. If you want to log each JDBC method call, append ;TRACE_LEVEL_FILE=3 to the database URL. See also http://www.h2database.com/html/features.html#trace_options Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
