Uses of Interface
mondrian.spi.ProfileHandler
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Augments the Mondrian engine with server functionality.
-
Uses of ProfileHandler in mondrian.olap
Modifier and TypeMethodDescriptionstatic void
Util.explain
(ProfileHandler handler, String title, Calc calc, QueryTiming timing) Called during major steps of executing a MDX query to provide insight into Calc calls/times and key function calls/times. -
Uses of ProfileHandler in mondrian.server
Modifier and TypeMethodDescriptionStatement.getProfileHandler()
StatementImpl.getProfileHandler()
Modifier and TypeMethodDescriptionvoid
Statement.enableProfiling
(ProfileHandler profileHandler) Enables profiling.void
StatementImpl.enableProfiling
(ProfileHandler profileHandler)