Package org.xbricks.sperftest.services
Class SperfStatsServiceImpl
java.lang.Object
org.xbricks.sperftest.services.SperfStatsServiceImpl
- All Implemented Interfaces:
SperfStatsService
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSperfStatsServiceImpl
(SperfConfigService sperfConfigSvc, ParserService perfTestparserService, PerfTestWalkerService perfTestWalkerService) -
Method Summary
Modifier and TypeMethodDescriptioncalculateMachineStats
(TestMachine FoundProcessMachine) calculateRootStats
(TestRoot foundTest) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xbricks.sperftest.services.interfaces.SperfStatsService
getRlccolumns, getWlccolumns
-
Field Details
-
wlccolumns
-
rlccolumns
-
-
Constructor Details
-
SperfStatsServiceImpl
public SperfStatsServiceImpl(SperfConfigService sperfConfigSvc, @Qualifier("perfTestParserService") ParserService perfTestparserService, PerfTestWalkerService perfTestWalkerService)
-
-
Method Details
-
calculateGlobalStats
- Specified by:
calculateGlobalStats
in interfaceSperfStatsService
-
calculateRootStats
- Specified by:
calculateRootStats
in interfaceSperfStatsService
-
calculateMachineStats
- Specified by:
calculateMachineStats
in interfaceSperfStatsService
-