Uses of Interface
net.officefloor.frame.api.profile.ProfiledManagedFunction
-
Packages that use ProfiledManagedFunction Package Description net.officefloor.frame.api.profile net.officefloor.frame.impl.execute.profile -
-
Uses of ProfiledManagedFunction in net.officefloor.frame.api.profile
Methods in net.officefloor.frame.api.profile that return types with arguments of type ProfiledManagedFunction Modifier and Type Method Description java.util.List<ProfiledManagedFunction>ProfiledThreadState. getProfiledManagedFunctions()Obtains theProfiledManagedFunctioninstances. -
Uses of ProfiledManagedFunction in net.officefloor.frame.impl.execute.profile
Methods in net.officefloor.frame.impl.execute.profile that return types with arguments of type ProfiledManagedFunction Modifier and Type Method Description java.util.List<ProfiledManagedFunction>ThreadProfilerImpl. getProfiledManagedFunctions()
-