|
Details are bit fuzzy, but in general the idea is to add the ability to log statistics about a "use case" (possibly with collection/aggregation) either implicitly or via explicit "marking" calls to the Session (Session#markUseCase). Stats like:
-
overall operation time
-
JDBC info: timing and count
-
Cache info : timing and count
-
Flush info : overall time, dirty calculation time, numbers, count
|