wu-sheng commented on code in PR #716:
URL: https://github.com/apache/skywalking-java/pull/716#discussion_r1759107704


##########
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/plugin/interceptor/enhance/InstMethodsInterWithOverrideArgs.java:
##########
@@ -70,12 +75,16 @@ public Object intercept(@This Object obj, @AllArguments 
Object[] allArguments, @
         @Morph OverrideCallable zuper) throws Throwable {
         EnhancedInstance targetObject = (EnhancedInstance) obj;
 
+        long interceptorTimeCost = 0L;
+        long beforeStartTime = System.nanoTime();

Review Comment:
   ```suggestion
           long startTimeOfMethodBeforeInter = System.nanoTime();
   ```
   
   Let's use this naming style. `beforeStartTime` like `before start time`, 
which is not our meaning.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to