0d0b0d1b7aac10d8bd2a1732651defe4cca26a97
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type totalTimeShare : double to totalCount : int in method public FlatProfileEntry(method Frame, totalCount int, selfCount int, traceCount int) in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Change Parameter Type traceCount : double to traceCount : int in method private toFlatProfileEntry(key T, callCounts CallCounts, traceCount int) : FlatProfileEntry in class com.insightfullogic.honest_profiler.core.collector.CallCountAggregator | From | To | |
Change Parameter Type traceCount : double to traceCount : int in method public aggregate(traceCount int) : List<FlatProfileEntry> in class com.insightfullogic.honest_profiler.core.collector.CallCountAggregator | From | To | |
Change Parameter Type selfTimeShare : double to selfCount : int in method public FlatProfileEntry(method Frame, totalCount int, selfCount int, traceCount int) in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Attribute | 2 | ||
Rename Attribute totalTimeShare : double to totalCount : int in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Attribute selfTimeShare : double to selfCount : int in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Split Variable | 1 | ||
Split Variable totalTimeShare : double to [totalCount : int, selfCount : int] in method private toFlatProfileEntry(key T, callCounts CallCounts, traceCount int) : FlatProfileEntry in class com.insightfullogic.honest_profiler.core.collector.CallCountAggregator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type selfTimeShare : double to selfCount : int in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Change Attribute Type totalTimeShare : double to totalCount : int in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Parameter | 2 | ||
Rename Parameter selfTimeShare : double to selfCount : int in method public FlatProfileEntry(method Frame, totalCount int, selfCount int, traceCount int) in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To | |
Rename Parameter totalTimeShare : double to totalCount : int in method public FlatProfileEntry(method Frame, totalCount int, selfCount int, traceCount int) in class com.insightfullogic.honest_profiler.core.collector.FlatProfileEntry | From | To |