Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
O
P
R
S
T
U
V
A
addInstrumentation(MethodDescriptor)
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
addInvocation(MethodInvocation)
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
after(String, String)
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
Agent
- Class in
de.twenty11.unitprofile.agent
A javaagent providing a premain method which adds the
ProfilingClassFileTransformer
to the provided
Instrumentation
class.
Agent()
- Constructor for class de.twenty11.unitprofile.agent.
Agent
B
before(String, String, int)
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
C
calc()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
Clock
- Class in
de.twenty11.unitprofile.domain
clock implementation to keep track of durations
Clock()
- Constructor for class de.twenty11.unitprofile.domain.
Clock
creates and starts a clock.
compareTo(MethodDescriptor)
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
copyFile(File, File)
- Static method in class de.twenty11.unitprofile.output.
MyFileUtils
copyJarResourcesRecursively(File, JarURLConnection)
- Static method in class de.twenty11.unitprofile.output.
MyFileUtils
copyResourcesRecursively(URL, File)
- Static method in class de.twenty11.unitprofile.output.
MyFileUtils
D
de.twenty11.unitprofile.agent
- package de.twenty11.unitprofile.agent
de.twenty11.unitprofile.callback
- package de.twenty11.unitprofile.callback
de.twenty11.unitprofile.domain
- package de.twenty11.unitprofile.domain
de.twenty11.unitprofile.output
- package de.twenty11.unitprofile.output
dump()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
E
edit(MethodCall)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
edit(ConstructorCall)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
edit(FieldAccess)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
edit(Handler)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
edit(NewArray)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
edit(NewExpr)
- Method in class de.twenty11.unitprofile.agent.
ProfilingExprEditor
equals(Object)
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
equals(Object)
- Method in class de.twenty11.unitprofile.domain.
Transformation
G
getAfter()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
getBeforeBody()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
getChildren()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getClassName()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
getClassName()
- Method in class de.twenty11.unitprofile.domain.
Transformation
getCls()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getElapsed()
- Method in class de.twenty11.unitprofile.domain.
Clock
getEnd()
- Method in class de.twenty11.unitprofile.domain.
Clock
getInstrumentation()
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
getInstrumentations()
- Static method in class de.twenty11.unitprofile.agent.
Agent
getInstrumentations()
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
getInvocations()
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
getLineNumber()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
getLineNumber()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getMethod()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getMethodName()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
getParent()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getRootInvocation()
- Static method in class de.twenty11.unitprofile.agent.
Agent
getSelfTime()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getStart()
- Method in class de.twenty11.unitprofile.domain.
Clock
getTime()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
getTransformation(String)
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
H
hashCode()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
hashCode()
- Method in class de.twenty11.unitprofile.domain.
Transformation
I
increment()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
isAlreadyInstrumented(MethodDescriptor)
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
isEmpty(CharSequence)
- Static method in class de.twenty11.unitprofile.output.
MyFileUtils
isStopped()
- Method in class de.twenty11.unitprofile.domain.
Clock
M
MethodDescriptor
- Class in
de.twenty11.unitprofile.domain
Describing object of an instrumented method.
MethodDescriptor(String, String, int)
- Constructor for class de.twenty11.unitprofile.domain.
MethodDescriptor
MethodDescriptor(NewExpr)
- Constructor for class de.twenty11.unitprofile.domain.
MethodDescriptor
MethodInvocation
- Class in
de.twenty11.unitprofile.domain
MethodInvocation(MethodDescriptor)
- Constructor for class de.twenty11.unitprofile.domain.
MethodInvocation
MethodInvocation(MethodInvocation, MethodDescriptor)
- Constructor for class de.twenty11.unitprofile.domain.
MethodInvocation
MyFileUtils
- Class in
de.twenty11.unitprofile.output
http://stackoverflow.com/questions/1386809/copy-directory-from-a-jar-file
MyFileUtils()
- Constructor for class de.twenty11.unitprofile.output.
MyFileUtils
O
OutputGenerator
- Class in
de.twenty11.unitprofile.output
OutputGenerator()
- Constructor for class de.twenty11.unitprofile.output.
OutputGenerator
P
premain(String, Instrumentation)
- Static method in class de.twenty11.unitprofile.agent.
Agent
profile(CtMethod, CtClass)
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
ProfilerCallback
- Class in
de.twenty11.unitprofile.callback
the class called from the instrumented methods.
ProfilerCallback()
- Constructor for class de.twenty11.unitprofile.callback.
ProfilerCallback
profiling()
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
ProfilingClassFileTransformer
- Class in
de.twenty11.unitprofile.agent
finds (for profiling) annotated methods and uses them as root for instrumentation.
ProfilingClassFileTransformer(Instrumentation)
- Constructor for class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
ProfilingExprEditor
- Class in
de.twenty11.unitprofile.agent
ProfilingExprEditor(ProfilingClassFileTransformer, CtClass)
- Constructor for class de.twenty11.unitprofile.agent.
ProfilingExprEditor
R
removeStart(String, String)
- Static method in class de.twenty11.unitprofile.output.
MyFileUtils
renderDebugInfo()
- Method in class de.twenty11.unitprofile.output.
OutputGenerator
renderFromBootstrapTemplate(MethodInvocation)
- Method in class de.twenty11.unitprofile.output.
OutputGenerator
rowInTreeTable(MethodInvocation, int, Integer)
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
S
setEnd(long)
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
setRootInvocation(MethodInvocation)
- Static method in class de.twenty11.unitprofile.agent.
Agent
start(String, String, int)
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
the first invocation for this profiling session.
stop(String, String)
- Static method in class de.twenty11.unitprofile.callback.
ProfilerCallback
stop()
- Method in class de.twenty11.unitprofile.domain.
Clock
stops the clock
T
toString()
- Method in class de.twenty11.unitprofile.domain.
Clock
toString()
- Method in class de.twenty11.unitprofile.domain.
MethodDescriptor
toString()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
toString()
- Method in class de.twenty11.unitprofile.domain.
Transformation
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[])
- Method in class de.twenty11.unitprofile.agent.
ProfilingClassFileTransformer
Transformation
- Class in
de.twenty11.unitprofile.domain
Transformation(String, int)
- Constructor for class de.twenty11.unitprofile.domain.
Transformation
TransformationResult
- Enum in
de.twenty11.unitprofile.domain
treetable()
- Method in class de.twenty11.unitprofile.domain.
MethodInvocation
U
update(int)
- Method in class de.twenty11.unitprofile.domain.
Transformation
V
valueOf(String)
- Static method in enum de.twenty11.unitprofile.domain.
TransformationResult
Returns the enum constant of this type with the specified name.
values()
- Static method in enum de.twenty11.unitprofile.domain.
TransformationResult
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
D
E
G
H
I
M
O
P
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013. All rights reserved.