Uses of Class
io.higson.runtime.profiler.attribute.AttributeKey
Packages that use AttributeKey
-
Uses of AttributeKey in io.higson.runtime.profiler.attribute
Methods in io.higson.runtime.profiler.attribute that return AttributeKeyMethods in io.higson.runtime.profiler.attribute that return types with arguments of type AttributeKeyConstructors in io.higson.runtime.profiler.attribute with parameters of type AttributeKeyConstructor parameters in io.higson.runtime.profiler.attribute with type arguments of type AttributeKey -
Uses of AttributeKey in io.higson.runtime.profiler.engine
Methods in io.higson.runtime.profiler.engine with parameters of type AttributeKeyModifier and TypeMethodDescriptionvoidAttributeEngineProfiler.addInvokeMeasure(AttributeKey key, long t1, long t2) voidAttributeEngineProfiler.addLoadMeasure(AttributeKey key, long t1, long t2) AttributeEngineProfiler.getInvokeStat(AttributeKey key) AttributeEngineProfiler.getLoadStat(AttributeKey key)