Class HotspotDetectionConfiguration
java.lang.Object
teetime.framework.CompositeStage
teetime.framework.Configuration
kieker.analysis.util.debug.hotspotdetection.HotspotDetectionConfiguration
public class HotspotDetectionConfiguration
extends teetime.framework.Configuration
Configuration for a hotspot detection based on the longest execution time of
methods without children.
- Since:
- 1.14
- Author:
- Sören Henning, Stephan Lenga
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HotspotDetectionConfiguration(java.io.File importDirectory)
-
Method Summary
Methods inherited from class teetime.framework.Configuration
connectPorts, connectPorts, connectPorts, from, registerCustomPipe
-
Constructor Details
-
HotspotDetectionConfiguration
public HotspotDetectionConfiguration(java.io.File importDirectory)
-