mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 00:05:57 +10:00
[강운덕] [LUCYSUS-1744] span의 데이터를 api 를 기반으로 변경하기 위해 1차 적으로 정적으로 api정보를 수집받을수 있도록 수정함.
method의 parameter의 variablename을 획득할수 있도록 수정함. 단 디버그 컴파일 시만 간능함. git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@871 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -90,10 +90,15 @@ public final class Trace {
|
||||
}
|
||||
|
||||
public void markBeforeTime() {
|
||||
StackFrame context = getCurrentStackFrame();
|
||||
context.markBeforeTime();
|
||||
StackFrame stackFrame = getCurrentStackFrame();
|
||||
stackFrame.markBeforeTime();
|
||||
}
|
||||
|
||||
// public void attachObject(Object object) {
|
||||
// StackFrame stackFrame = getCurrentStackFrame();
|
||||
// stackFrame.attachObject(object);
|
||||
// }
|
||||
|
||||
public long afterTime() {
|
||||
StackFrame context = getCurrentStackFrame();
|
||||
return context.afterTime();
|
||||
|
||||
Reference in New Issue
Block a user