Package kieker.analysis.util.debug.hotspotdetection
-
Class Summary Class Description HotspotDetection This class executes aHotspotDetectionConfiguration
.HotspotDetectionConfiguration Configuration for a hotspot detection based on the longest execution time of methods without children.HotspotDetectionStage This stage excepts traces at its input port and prints their operation calls to a givenPrintStream
, which have the longest execution time without their children.