|
@@ -108,9 +108,13 @@ public class RankService687 extends RankStrategyXGBBasic {
|
|
|
this.handleD2Feature(vidRankMaps, cidFeatureMap, cidStr);
|
|
|
|
|
|
String title = b1Feature.getOrDefault("cidtitle", "");
|
|
|
+ long time21 = System.currentTimeMillis();
|
|
|
this.handleE1AndE2Feature(e1Feature, e2Feature, title, cidFeatureMap);
|
|
|
-
|
|
|
+ long time22 = System.currentTimeMillis();
|
|
|
this.handleD3AndB1Feature(d3Feature, title, cidFeatureMap);
|
|
|
+ long time23 = System.currentTimeMillis();
|
|
|
+ log.info("cost={} handleE1AndE2Feature={} handleD3AndB1Feature={}", time23 - time21, time22 - time21,
|
|
|
+ time23 - time22);
|
|
|
|
|
|
adRankItem.setFeatureMap(cidFeatureMap);
|
|
|
|