mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[강운덕] [LUCYSUS-1744] 커밋안된게 있어서 commit
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@957 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.profiler.context;
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public interface StackFrame {
|
||||
int getStackFrameId();
|
||||
|
||||
void setStackFrameId(int stackId);
|
||||
|
||||
void markBeforeTime();
|
||||
|
||||
long getBeforeTime();
|
||||
|
||||
void markAfterTime();
|
||||
|
||||
long getAfterTime();
|
||||
|
||||
void attachObject(Object object);
|
||||
|
||||
Object getAttachObject(Object object);
|
||||
|
||||
Object detachObject();
|
||||
}
|
||||
Reference in New Issue
Block a user