Uses of Interface
mondrian.spi.ProfileHandler
Packages that use 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
Methods in mondrian.olap with parameters of type ProfileHandlerModifier 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
Methods in mondrian.server that return ProfileHandlerModifier and TypeMethodDescriptionStatement.getProfileHandler()
StatementImpl.getProfileHandler()
Methods in mondrian.server with parameters of type ProfileHandlerModifier and TypeMethodDescriptionvoid
Statement.enableProfiling
(ProfileHandler profileHandler) Enables profiling.void
StatementImpl.enableProfiling
(ProfileHandler profileHandler)